RosettaCodeData/Task/Window-creation/J/window-creation-2.j
2023-07-01 13:44:08 -04: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 ''