Class: Var

Seven~Functions04# Var

@extends Symbol


new Var()

Describes a variable.

Properties:
Name Type Description
addr number

memory address.

load() function

generates load instruction.

storeOk() function

always true.

store() function

generates store instruction.

toString() function

represents as text.

Source: