Error handling

Syntax

try {
    throw 10
} catch (e) {
    puts e
}

Getting Super Powers

Becoming a super hero is a fairly straight forward process:

$ give me super-powers

Once you're strong enough, save the world:

hello.sh
# Ain't no code for that yet, sorry
echo 'You got to trust me on this, I saved the world'

Last updated

Was this helpful?