This is slightly different to the syntax in seen C++: brackets () are not needed around
the expression (although can be used for clarity), and the block of statements does not
need to be delimited with braces {}. Instead, the end command is used to mark the end
of the if statement.