Language Reference Guide
>
Language Reference Guide
>
Statements
>
Commonly Used Elements in Statements
>
LocalVariableDeclaration
Was this helpful?
LocalVariableDeclaration
Specifies a local variable.
This element has the following syntax:
variablename
=
type
;
variablename
Specifies the variable name
type
See
Type
.
Last modified date: 12/20/2023
This site works best with JavaScript enabled