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

3 lines
141 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
[1+$.' ,]⇒A {operator definition: PUSH 1, ADD, DUP, print top of stack to SDTOUT, print whitespace}
[1+$.' ,]a: {function definition}