RECORD[
val: INT32, -- current value for incrementation, byte address or value
stepsLeft: WORD ← 0, -- number of increments remaining
length: WORD ← 0, -- total number of increments to make
hiccups: WORD ← 0, -- number of offsets (hiccups) to make
lngthIncr: INTEGER ← 0, -- amount to increment by
hicIncr: INTEGER ← 0, -- amount to offset at hiccup
bias: INTEGER ← 0, -- change to number of increments to first offset (for wizards)
indirect: BOOLEAN ← TRUE, -- incrementing addresses if TRUE, else values
nextEdge: CARD16 ← 0 -- next edge if part of a chain of edges (index in Sequence)
];