mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
10 lines
154 B
Text
10 lines
154 B
Text
![]() |
#!/usr/local/bin/ruby
|
|||
|
require 'tk'
|
|||
|
|
|||
|
TkButton.new(nil,
|
|||
|
'text'=>"<22><><EFBFBD><EFBFBD><EFBFBD>ˤ<EFBFBD><CBA4>ϡ<EFBFBD><CFA1><EFBFBD><EFBFBD><EFBFBD>",
|
|||
|
'command'=>proc{print "<22><><EFBFBD><EFBFBD><EFBFBD>ˤ<EFBFBD><CBA4>ϡ<EFBFBD><CFA1><EFBFBD><EFBFBD><EFBFBD>\n"; exit}
|
|||
|
).pack
|
|||
|
|
|||
|
Tk.mainloop
|