Local Defines a variable that can be used in the block of definition. Syntax local Identifier Description local Identifier Defines a variable with the name specified by the identifier in the current code block. A local variable is not a variable outside the block of definition. Related functions While Table of Contents Syntax Description Related functions