FunctionsTroubleshooting and DebuggingprintOn this pageprintSyntax Format print(...) Overview The print function prints all the arguments to the script log. The function can be useful for debugging to detect occurred issues. Example if value = nan thenprint("Value it not a number")end