home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
files
/
program
/
funnel
/
hi01.fw
< 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-10-23
|
305 b
|
15 lines
HI01: This example demonstrates a problem with managing end of line markers.
@O@<hi01.out@>==@{
while the_walrus_is_sleepy do
begin
writeln('zzzzzzz');
@<Wake up the walrus@>
writeln('Umpharumpha...');
end;
@}
@$@<Wake up the walrus@>==@{
wake_up_the_walrus(the_walrus);
@}