( FILE f; STRING s; VOID (open (f, argv (4 #sic# ), standin channel)); on logical file end (f, (REF FILE f) BOOL: stop); DO get (f, (s, newline)); print ((s, newline)) OD )