Basic4ppc supports the following operators:
+,-,*,/ Basic math operators
^ Power
sign
mod Modulus operator
& String
concatenation
' Remarks
(REM is not supported)
The underscore character ( _ ) is used as a line continuation character.
Long lines could be broken to shorter lines by putting an underscore at the end of
each line (except of the last one).