var tk = require('Tk') var main = %O.new main.Button( '-text' => 'Goodbye, World!', '-command' => 'exit', ).pack tk.MainLoop