Data: Difference between revisions

No edit summary
 
Line 55:
|3
|Position Values - Cartesian
|}Positions (Not position registers) are functionally identical to position registers in that they contain 6 elements, but they are not global. They are unique in every program. For example, P[1] in one program contains different values than P[1] in another program.<br />
|}<br />
=== Registers ===
A register is listed as R[#] and contains a number. This is good for math equations, counters, single dimension data handling, and temporary storage of values to be used or communicated at a future time.