9 lines
149 B
Text
9 lines
149 B
Text
|
|
' FB 1.05.0 Win64
|
||
|
|
' requires compilation with -g switch
|
||
|
|
|
||
|
|
Dim a As Integer = 5
|
||
|
|
Assert(a = 6)
|
||
|
|
'The rest of the code will not be executed
|
||
|
|
Print a
|
||
|
|
Sleep
|