home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
zip
/
program
/
funnel.zoo
/
tests
/
hi01.fw
< prev
next >
Wrap
Text File
|
1993-04-11
|
305b
|
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);
@}