RosettaCodeData/Task/Loops-Do-while/DUP/loops-do-while-1.dup

3 lines
141 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
[1+$.' ,]⇒A {operator definition: PUSH 1, ADD, DUP, print top of stack to SDTOUT, print whitespace}
[1+$.' ,]a: {function definition}