RosettaCodeData/Task/Program-termination/FreeBASIC/program-termination.freebasic
2016-12-05 23:44:36 +01:00

11 lines
175 B
Text

'FB 1.05.0 Win64 'endprog.bas'
Dim isError As Boolean = True
If isError Then
End 1
End If
' The following code won't be executed
Print
Print "Press any key to quit"
Sleep