ROBOTFACTS
Syntax ROBOTFACTS 
 
Explanation ROBOTFACTS outputs a list describing the currently connected robot with the following elements

- the number of motors
- the number of lights
- the number of switches
- the number of sensors
- TRUE if the motors support various levels of power, FALSE otherwise
- the number of motor power levels

Example ROBOTFACTS
Result: [4 4 2 2 TRUE 8]

TopIndex