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