close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Oct 2, 2009, 1:03:49 PM (16 years ago)
- Author:
-
Jorge
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
initial
|
v1
|
|
2 | 2 | |
3 | 3 | file1.tol |
4 | | ========= |
| 4 | ============================ |
| 5 | {{{ |
5 | 6 | Class A { |
6 | 7 | Real v = 1 |
… |
… |
|
10 | 11 | |
11 | 12 | Real Ois.Store( [[ objA ]], "/tmp/objA.oza" ); |
12 | | |
| 13 | }}} |
13 | 14 | file2.tol, to be executed in other sesion |
14 | | ========= |
| 15 | =========================================== |
| 16 | {{{ |
| 17 | Set Include( "/tmp/objA.oza" ); |
| 18 | }}} |