Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
a=. 1
|
||||
|
|
@ -0,0 +1 @@
|
|||
b=: 2
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
c_thingy_=: 3
|
||||
d=: <'test'
|
||||
e__d=: 4
|
||||
b + e_test_
|
||||
6
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
verb define ''
|
||||
f=. 6
|
||||
g=: 7
|
||||
g=. 8
|
||||
g=: 9
|
||||
)
|
||||
|domain error
|
||||
| g =:9
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
example=:3 :0
|
||||
if. y do.
|
||||
echo 0
|
||||
goto_a.
|
||||
echo 1
|
||||
else.
|
||||
echo 2
|
||||
goto_a.
|
||||
echo 3
|
||||
end.
|
||||
echo 4
|
||||
label_a.
|
||||
echo 5
|
||||
)
|
||||
example 1
|
||||
0
|
||||
5
|
||||
example 0
|
||||
2
|
||||
5
|
||||
Loading…
Add table
Add a link
Reference in a new issue