User Guide

Coding Card Examples
The below examples have been laid out with a text coding vertical layout for ease of understanding and
readability. These examples are using the advanced coding card set.
Example 1: Loop + increase variable
Always define functions before the record program start card.
Initialise the variable at the start of your program. Do this outside of any
loops or conditions.
Loop 5 times
Run the Function 1 that increments the value of the variable + 2
51