Skip to content

Keyword: try

Represents the unsafe block of code to execute. Used in chain with the catch keyword.

glang
try {
    # dangerous code
    1 / 0
} catch _ {
    # ...
}

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