Instead of mentioning the punctuation variables, I usually tell people "use
local whenever you want to mask a global variable with a localized value". The "punctuation variables" are examples of global variables that you might want to change the values of in a particular scope.