Skip to content

Keyword: if

Execute code if a condition is met.

glang
# if [expression] { ... }

if 1 == 2 {
    bark("math broke!");
}

George Language is licensed under the GPL v3 openly. Help improve this site.