OWBasic for Pocketviewer

Home INTRO Group PROGRAMMING Alphabetical Index

Source Text Organization

Source text can be formatted freely. If more than one statement is written on a line, then the individual statements have to be separated by a semicolon (':'). Comments start with the keyword REM or an exclamation mark '!' and go up to the line end. In the program text the upper and lower case does not play a role.


Home INTRO Group PROGRAMMING Alphabetical Index