Last change
on this file since 1041 was
1041,
checked in by sveta, 18 years ago
|
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
379 bytes
|
Line | |
---|
1 | $use Vector; |
---|
2 | $use StdIO; |
---|
3 | $vector V; |
---|
4 | |
---|
5 | Main = <Vector ('VA')('B') > :: s1, |
---|
6 | <Vector s1 s1> :: s2, |
---|
7 | <PrintLN "\n Vector1 =" <Vector-To-Exp s1>> |
---|
8 | <PrintLN "\n Vector2 = " <Vector-To-Exp s2>> |
---|
9 | <Vector-Fill s1 'C'> |
---|
10 | <PrintLN "\n Vector3 = " <Vector-To-Exp s1>> |
---|
11 | <Vector-Init s1 1 ('DDD')> |
---|
12 | <PrintLN "\n Vector4 = " <Vector-To-Exp s1>>; |
---|
Note: See
TracBrowser
for help on using the repository browser.