RosettaCodeData/Task/Hello-world-Newbie/FreeBASIC/hello-world-newbie-2.basic
2023-07-01 13:44:08 -04:00

5 lines
105 B
Text

Cls 'Clear the graphics screen
Screen 1 'Mode 320x200
Locate 12,15
Print "Hello world!"
Sleep