RosettaCodeData/Task/Window-creation/J/window-creation-2.j
2018-06-22 20:57:24 +00:00

15 lines
168 B
Text

MINWDW=: noun define
pc minwdw;
pas 162 85;pcenter;
)
minwdw_run=: monad define
wd MINWDW
wd 'pshow;'
)
minwdw_close=: monad define
wd'pclose'
)
minwdw_run ''