print & error
print(message: string)
Prints a message to the script editor console.
error(message: string)
Stops running code at the error point and prints the error message to the script editor console.
Last updated