Reserved Keywords

The keywords that follow are reserved by the language, and therefore are unable to be used as identifiers such as function names, label names, or user-defined data type (struct) names. These keywords are case-sensitive (i.e., if is valid but IF is not).

as false length step
axis for library string
blocking foreach nonblocking struct
break function onerror switch
case gcode program sync
continue get property to
default goto real true
dynamic handle ref value
else if repeat var
elseif import return wait
end in set while
enum integer static  

Next Topic: Axis Naming Conventions