Skip to main content

Local

Defines a variable that can be used in the block of definition.

Syntax

local Identifier

Description

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.

programming.local.calc.png