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

3 lines
109 B
Text

declare x(m+n) fixed;
declare b(m) fixed defined x;
declare c(n) fixed defined x(1sub+hbound(b,1));