7 lines
76 B
Text
7 lines
76 B
Text
|
|
' FB 1.05.0 Win64
|
||
|
|
|
||
|
|
Open Err As #1
|
||
|
|
Print #1, "Goodbye World!"
|
||
|
|
Close #1
|
||
|
|
Sleep
|