RosettaCodeData/Task/A+B/NetRexx/a+b.netrexx

7 lines
106 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
/* NetRexx */
options replace format comments java symbols binary
parse ask a b .
say a '+' b '=' a + b