Skip to content

Keyword: if

Execute code if a condition is met.

glang
if 1 == 2 {
    bark("math broke!");
} otherwise {
    bark("all systems working as usual");
}

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