• 0 Posts
  • 4 Comments
Joined 1 year ago
cake
Cake day: August 25th, 2023

help-circle



  • The add function in the example above probably traverses the call stack to see what line of the script is currently being executed by the interpreter, then reads in that line in the original script, parses the comment, and subs in the values in the function call.

    This functionality exists so when you get a traceback you can see what line of code triggered it in the error message