Changeset 1042 for to-imperative/trunk/samples/Vector/vector.rf
- Timestamp:
- Jul 18, 2003, 10:51:58 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/samples/Vector/vector.rf
r1041 r1042 10 10 <PrintLN "\n Vector3 = " <Vector-To-Exp s1>> 11 11 <Vector-Init s1 1 ('DDD')> 12 <PrintLN "\n Vector4 = " <Vector-To-Exp s1>>; 12 <PrintLN "\n Vector4 = " <Vector-To-Exp s1> 13 " length = " <Vector-Length s1> 14 "element 2 of 2" <Vector-Ref s2 2>>;
Note: See TracChangeset
for help on using the changeset viewer.