class HISTORY




Public


Readonly Shareds
shared KnotHistory:ARRAY{KNOT};
shared historyPtr:INT:=0;

Writable Shareds
shared KnotHistory:ARRAY{KNOT};
shared historyPtr:INT:=0;

Constants
const historyLength:INT:=10;

Features
back(inout Knot:KNOT)
create:SAME
forward(inout Knot:KNOT)
length:INT
put(Knot:KNOT)
setTable

The Sather Home Page