quickforth/calculate/index.retro

11 lines
176 B
Plaintext
Raw Normal View History

2021-11-14 04:53:07 +00:00
#!retro
arguments are passed like "--first x --second y" etc
~~~
#1 script:get-argument s:to-number
#3 script:get-argument s:to-number
+
'The_answer_is_%n s:format s:put
~~~