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:
Text File  |  1993-10-23  |  305 b   |  15 lines

  1. HI01: This example demonstrates a problem with managing end of line markers.
  2.  
  3. @O@<hi01.out@>==@{
  4. while the_walrus_is_sleepy do
  5.    begin
  6.    writeln('zzzzzzz');
  7.    @<Wake up the walrus@>
  8.    writeln('Umpharumpha...');
  9.    end;
  10. @}
  11.  
  12. @$@<Wake up the walrus@>==@{
  13. wake_up_the_walrus(the_walrus);
  14. @}
  15.