home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Crawly Crypt Collection 1
/
crawlyvol1.bin
/
program
/
compiler
/
stjo2122
/
tutorial
/
tutor1.mod
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-11-21
|
147 b
|
12 lines
MODULE Tutor1;
IMPORT GemApp;
VAR
myApp : GemApp.Application;
BEGIN
NEW( myApp);
myApp.Init; myApp.Run; myApp.Exit
END Tutor1.