diff options
Diffstat (limited to 'input.stk')
-rw-r--r-- | input.stk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,3 +1,3 @@ -5 dup * dup * dup * print -34 35 + print -1 0 - print +Loops ten times asking for user input. If the input is 0 or nothing, print 69420, else print back the number from the input. +10 [ 0 1 , [ ~ . ! -- ] [ 69420 . ! ] -- ] + |