Liberty BASIC is a BASIC language developed by Shoptalk Systems.
Hello World
Here is a Hello World program written in Liberty BASIC.
PRINT "Hello World!" END
The PRINT command displays the text "Hello World!", and the END command marks the end of the program.
