Language Reference Guide
:
3. Statements
:
Commonly Used Elements in Statements
: LocalVariableDeclaration
Share this page
LocalVariableDeclaration
Specifies a local variable.
This element has the following syntax:
variablename
=
type
;
variablename
Specifies the variable name
type
See
Type
.