Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
1
Task/Window-creation/J/window-creation-1.j
Normal file
1
Task/Window-creation/J/window-creation-1.j
Normal file
|
|
@ -0,0 +1 @@
|
|||
wdinfo 'Hamlet';'To be, or not to be: that is the question:'
|
||||
15
Task/Window-creation/J/window-creation-2.j
Normal file
15
Task/Window-creation/J/window-creation-2.j
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
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 ''
|
||||
Loading…
Add table
Add a link
Reference in a new issue