Maps string-typed addresses to physical values manipulated by the machine.
The underlying TypeScript type forming the basis of values in the language.
Bind a value to an address.
The address to bind to.
The Value we are binding.
This store with the new binding.
Lookup the Value bound to a given address.
Error If the given address does not contain a value.
The string-typed address.
The value located at the address.
Generated using TypeDoc
Maps string-typed addresses to physical values manipulated by the machine.