Control Flow

An essential part of any programming languages are ways to modify control flow: if/else, for, and others. Let's talk about them in DM.

Note: While not strictly required, you can use {curly braces} instead of/in addition with indentation to indicate scope.