Content deleted Content added
→Opcode: misspelling |
m spelling |
||
Line 76:
Level 2: Namespace level, where Local Level is at 2, LSB == '0'.
Global scope names (LSB == 1 in the scope argument) are
names declared in the global scope. The "Local Level" is at where references
that have a scope argument of '0' refer to when accessing names.
Line 88 ⟶ 87:
==== [[Variable]] definition ====
Variables in this
* Provide a distinguishable area of typed data
Line 330 ⟶ 329:
The various instruction nodes within the tree will call specific functions
that will take
correct bytecode equivalent.
|