home *** CD-ROM | disk | FTP | other *** search
/ The Education Master 1994 (4th Edition) / EDUCATIONS_MASTER_4TH_EDITION.bin / files / progscal / ptutor2b / writemr.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  1988-01-15  |  117 b   |  8 lines

  1. program Guppy_The_Fish;
  2.  
  3. begin
  4.    Write('This will ');
  5.    Write('all be ');
  6.    Writeln('on one line.');
  7. end.
  8.