RosettaCodeData/Task/Window-creation/J/window-creation-2.j

16 lines
168 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
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 ''