In a Pascal program, what does statement s1:=[0,3,7]
mean ?
views:
112answers:
2
+3
A:
s1 is a Pascal set variable, and it is being initialised so that the set contains the members 0, 3 and 7.
Paul R
2010-06-17 21:23:41
thank you Paul :))
osabri
2010-06-17 21:33:11