9 lines
145 B
Text
9 lines
145 B
Text
|
|
S$ = " World!"
|
||
|
|
S$ = "Hello" + S$
|
||
|
|
If OpenConsole()
|
||
|
|
PrintN(S$)
|
||
|
|
|
||
|
|
Print(#CRLF$ + #CRLF$ + "Press ENTER to exit"): Input()
|
||
|
|
CloseConsole()
|
||
|
|
EndIf
|