Main
concepts: functions, for loops, increment and decrement
This module introduces the concept of functions that let
you split up complex programs into more manageable parts.
It also introduces the simple increment
(add one) and decrement
(subtract one) operators.
It then looks at 'for
loops' which are used to simulate rolling the dice and
demonstrates these concepts on the hardware.