if
Execute code if a condition is met.
if 1 == 2 { bark("math broke!"); } otherwise { bark("all systems working as usual"); }