Diffstat (limited to 'stackd')
| -rw-r--r-- | stackd | 21 |
1 files changed, 14 insertions, 7 deletions
@@ -1,8 +1,15 @@ -push "1abc25hriwm4" - -line β Ξ» { str -> int } ( - 48>π57<π - 57 - - first 10 * swap last + - dup call swap call +"1abc25hriwm4" +// { str β int } +line β Ξ» ( + '0'>π'9'<π + '9'- + // modifiers are placed in front + πβ¬
β‘ + 10Γ+ ) + +π’β '\n'π§ +// run function on all values, pushing to the stack +βοΈline +// reduce the stack +βοΈ+
\ No newline at end of file |