class HISTORY |
---|
shared KnotHistory:ARRAY{KNOT}; |
---|
shared historyPtr:INT:=0; |
---|
shared KnotHistory:ARRAY{KNOT}; |
---|
shared historyPtr:INT:=0; |
---|
const historyLength:INT:=100; |
---|
back(inout Knot:KNOT) |
---|
create:SAME |
---|
forward(inout Knot:KNOT) |
---|
length:INT |
---|
put(Knot:KNOT) |
---|
setTable |
---|