Hello world/Newbie: Difference between revisions

Content added Content deleted
(fix Zig spacing)
Line 981: Line 981:
3. In the window type the following:
3. In the window type the following:


<lang futurebasic>
<lang futurebasic>window 1
include "ConsoleWindow


print"Goodbye, World!"
print @"Hello, World!"

</lang>
HandleEvents</lang>


4. From FB's Command menu, select Build and Run "Hello, World!"
4. From FB's Command menu, select Build and Run "Hello, World!"