RosettaCodeData/Task/A+B/NetRexx/a+b.netrexx
2015-11-18 06:14:39 +00:00

6 lines
106 B
Text

/* NetRexx */
options replace format comments java symbols binary
parse ask a b .
say a '+' b '=' a + b