Maximize MenuMinimize Menu

Back | Home

iziBasic Tutorial
Hello World - BASIC

In this tutorial you will create the classic Hello World program using iziBasic. This tutorial demonstrates coding and compiling directly on your handheld.

1. Once you've downloaded and installed iziBasic to your handheld open a new memo pad entry.

2. Key in the following source code:
' HelloWorld.ibas
{CreatorID "HELO"}
{VERSION "1.0"}
BEGIN
SETFONT 7
LABEL #1,"Hello World",48,23
REPEAT
A=DOEVENTS
UNTIL A=-1
END

3. Exit Memo, go into iziBasic, compile in iziBasic.

4. Run

 



©Copyright TrajectoryLabs.com. All Rights Reserved.