|
Comments begins with ";" and all the line will be ignored.
You can use more of one function on a line using ":" as separator.
VMM Basic accept hexadecimal values using "$"(example: "$F2"), float values using "." (examle: "1.4"), and decimal values without any special character(example: "242").
Commands, procedures, arrays, and DLL functions have parameters inside brackets "(" ")",
except Declare, Local, Dim, Debug, EndProgram, ProcedureReturn and Flow control commands.
|
|