if (condition)
// Do thing, DM uses indentation for control flow.
// Do thing
else if (condition)
else