RosettaCodeData/Task/Array-concatenation/PL-I/array-concatenation-1.pli
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

3 lines
98 B
Text

declare x(12) fixed;
declare b(5) fixed defined x;
declare c(7) fixed defined x(1sub+5);