Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
2
Task/Loops-Do-while/DUP/loops-do-while-1.dup
Normal file
2
Task/Loops-Do-while/DUP/loops-do-while-1.dup
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[1+$.' ,]⇒A {operator definition: PUSH 1, ADD, DUP, print top of stack to SDTOUT, print whitespace}
|
||||
[1+$.' ,]a: {function definition}
|
||||
2
Task/Loops-Do-while/DUP/loops-do-while-2.dup
Normal file
2
Task/Loops-Do-while/DUP/loops-do-while-2.dup
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[1+$.' ,]⇒A
|
||||
0 A[$6/%][A]# {PUSH 0, execute operator A, [DUP, PUSH 6, MOD/DIV, POP][execute operator A]#}
|
||||
2
Task/Loops-Do-while/DUP/loops-do-while-3.dup
Normal file
2
Task/Loops-Do-while/DUP/loops-do-while-3.dup
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[1+$.' ,]a:
|
||||
0 a;![$6/%][a;!]#
|
||||
1
Task/Loops-Do-while/DUP/loops-do-while-4.dup
Normal file
1
Task/Loops-Do-while/DUP/loops-do-while-4.dup
Normal file
|
|
@ -0,0 +1 @@
|
|||
1 2 3 4 5 6
|
||||
Loading…
Add table
Add a link
Reference in a new issue