in reply to Explain lexical variable scratchpads

"scrathpads" or just "pads" are where lexical (my) variables are stored internally. Each function has one for each level of recursion it's been called. It's a kind of array, where each element is one of the function's "my" variables.