12 lines
175 B
Text
12 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
|