home *** CD-ROM | disk | FTP | other *** search
- WISP-WISP-WISP-WISP-WISP-WISP-WISP-WISP-WISP-WISP-WISP-WISP-WISP-WISP-WISP-WISP-
- { Demonstrating the use of 2+ files for WISP programs.
- { This demo uses 3 files. L-RUN exits WISP and reloads itself and the named
- { file. This technique is not, we feel, as useful as using the command DSPF
- { as show in the MAIN demo program.
- { This is FILE1.WSP
- CURSOROFF
- box/1/1/25/80/1/31/c
- print/1/34/ FILE1.WSP /31
- blockprint/5/30/5/35
- This demo shows how WISP could be used
- for very large tasks even though a
- single WISP program is limited to 2000
- line of code and text.
- < The only way out of the loop!
- ::MENU-ONE
- menu/ CHOOSING FILES /4/3/5/112/79/79/1/S
- RUN INTERNAL FILE1 =
- RUN EXTERNAL FILE2 =
- RUN EXTERNAL FILE3 =
- EXIT to DOS = {an escape route
- 2
- PRINT/15/22/WE HAVE RUN INTERNAL INSTRUCTIONS/31
- goto/MENU-ONE
- 3
- CLS/0
- L-RUN/WISP FILE2
- 4
- CLS/0
- L-RUN/WISP FILE3
- 5
- cursoron
- cls/7
- leave
-