blob: 9a936f09c3d4ae267654647ed28eae45ab0f1fbd [file] [log] [blame]
! Program to check the STOP and PAUSE intrinsics
program stoppause
pause
pause 1
pause 'Hello world'
stop
stop 42
stop 'Go away'
end program