We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
error(message: string)
Throws a runtime exception with the given message.
try(action: function, ...arguments: any): object
Calls action with the given arguments and either returns an object with result set to its return value or error set to an error message.
action
result
error
Home
Language Reference
Using the REPL
Embedding