Writing your own Programs

Once you have loaded Liberty BASIC, you can write your own programs. Click on the "File" menu and then "New File." You see this:

Now type a simple program. Press enter, and then type this line:

    print "Hello World!"

Now click on the Run button.

Your program runs and looks like this:

See also Variable highlighting and click-navigation in code editor