PROGRAM Phil;
        {This is a comment to explain the program}
USES WINCRT;
     BEGIN
          WRITE( 'HELLO WORLD, NOW PRESS RETURN' );
          READLN;
          DONEWINCRT;
     END.

