Utility Functions
RTR provides several built-in utility functions for common operations.
log
Outputs a message to the console.
return
Exits a function and returns a value.
error
Throws an error with the specified message.
Last updated