home *** CD-ROM | disk | FTP | other *** search
-
- % This sample shows how to
- % - write objects in pure object-oriented form
-
- Malloc(90);
- @xbwstart(("test") ("bw") );
- wdw(TEST 4 3 7 9 StandardWDW);
- o(TEST01 S S 1 1 2 2 Standard); bg(TEST01 . BE); eg();
- o(TEST02 S S 3 1 2 2 Standard); bg(TEST02 . ER); eg();
- o(TEST03 S S 1 3 2 2 Standard); bg(TEST03 . BE); eg();
- o(TEST04 S S 3 3 2 2 Standard); bg(TEST04 . ER); eg();
- o(TEST05 S S 1 5 2 2 Standard); bg(TEST05 . BE); eg();
- o(TEST06 S S 3 5 2 2 Standard); bg(TEST06 . ER); eg();
-
- SelectWdw(TEST);
- Message(("Project Complete."));
- End();
-
-