VariableToken
Implements

Description

The token for variable statements.

Currently only supports variables with ? sign.

Constructor

VariableToken( name: string )

Parameters

NameTypeDescription
string

Properties

token: "variable"
name: string

Methods

toString( spaces?: number ): string

Parameters

NameTypeDescription
number