RosettaCodeData/Task/Introspection/ALGOL-68/introspection-4.alg

7 lines
143 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
#!/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))