📜  Blitz BASIC - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:42.252000             🧑  作者: Mango

代码示例1
Print "Hello World"   ; Prints to the screen.
WaitKey()             ; Pauses execution until a key is pressed.
End                   ; Ends Program.