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