RosettaCodeData/Task/A+B/DCL/a+b.dcl

5 lines
129 B
Text
Raw Permalink Normal View History

2015-11-18 06:14:39 +00:00
$ read sys$command line
$ a = f$element( 0, " ", line )
$ b = f$element( 1, " ", line )
2016-12-05 22:15:40 +01:00
$ write sys$output a, "+", b, "=", a + b