Data update

This commit is contained in:
Ingy döt Net 2026-02-01 16:33:20 -08:00
parent 5150844a7d
commit 4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions

View file

@ -1,20 +1,7 @@
]F.(( _2 Z: 10&= [ echo)@(?@20))''
15
6
5
10
]F.(( _2 Z: 10&= [ echo)@(?@20))''
14
9
]F.((echo@?@20 [ _2 Z: 10&= [ echo)@?@20)''
3
8
19
14
5
18
7
13
8
1
19
2
10
10

View file

@ -1,7 +1 @@
loopexample=: {{
while. do.
echo k=. ?20
if. 10=k do. return. end.
echo ?20
end.
}}
]F.((echo@?@20`(_2 Z:1:)@.(10&=) [ echo)@?@20)''

View file

@ -1,7 +1,20 @@
loopexample2=: verb define
while. do.
echo k=. ?20
if. 10=k do. break. end.
echo ?20
end.
)
]F.((_2 Z: 10&= [ echo)@?@20)''
15
6
5
10
]F.((_2 Z: 10&= [ echo)@?@20)''
14
9
3
8
19
14
5
13
8
1
19
2
10

View file

@ -1,8 +1,7 @@
loopexample3=: {{
loopexample=: {{
while. do.
echo k=. ?20
if. 10=k do. goto_done. end.
if. 10=k do. return. end.
echo ?20
end.
label_done.
}}