All the commands planned (yet , where the source is clear)

Name Description Implemented synonims
PRINT PRINT String prints a string on the screen , adds a line feed at the end of the string (no whitespaces)( deprecated) x  
PRINTNL

PRINTNL String prints a string without a line feed(no whitespaces)( deprecated)

x PRINTNONEWLINE
SAY Say " String " Prints the String on the screen x  
SAY Say Variable Prints the content of the Variable on the screen x  
INPUT INPUT Variable Inputs to the string given partly ( not tested)  

 

 

Development plans in order of implemenation ( can change):

  1. debug variable system
  2. support variable output( debug)
  3. do input ( INPUT)
  4. do basic mathematical operators ( +- */ %)
  5. do if command (IF)
  6. do loops