RosettaCodeData/Task/Introspection/ALGOL-68/introspection-4.alg
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

6 lines
143 B
Text

#!/usr/local/bin/a68g --script #
[]INT x = (5,4,3,2,1);
print(("x =", x, new line));
print(("LWB x =", LWB x, ", UPB x = ",UPB x, new line))