RosettaCodeData/Task/Window-creation/Sidef/window-creation-1.sidef

4 lines
57 B
Plaintext

var tk = require('Tk');
%s'MainWindow'.new;
tk.MainLoop;