Appearance
if
Execute code if a condition is met.
# if [expression] { ... } if 1 == 2 { bark("math broke!"); }