Conditionals (if - else)
Though booleans are not built in types in Handel, Handel now supports conditonals. < > >= <= ==
multiple conditions can be joined using the and
and or
keywords.
The syntax for an if - else block is as follows.
The above plays E4 for 1 beat then C2 for 5 beats. Note that else
blocks are optional.