blob: 8b3ed8b5dd9edf622a3338a824dd92c20ba2fffa [file] [log] [blame]
! Checks for basic replacement of a PAUSE statement
! with PRINT and READ.
PROGRAM pause_as_only_stmt
PAUSE 'mid job' !<<<<< 5, 5, 5, 7, pass
END PROGRAM pause_as_only_stmt