fail

In Verse, any code the user writes cannot fail, by default. What this means is that instead of having a function that returns Booleans or options, it uses to either return a value, void, or fail.