&help ( -- )


Vocabulary
inspector

Inputs
None

Outputs
None

Definition


: &help ( -- )
"You are in a twisty little maze of objects, all alike."
print nl "'n' is a slot number in the following:" print
nl "&back -- return to previous object" print
"&push ( -- obj ) push this object" print
"&at ( n -- ) inspect nth slot" print
"&put ( value n -- ) change nth slot" print
"&add ( value key -- ) add new slot" print
"&delete ( n -- ) remove a slot" print
"&rename ( key n -- ) change a slot's key" print
"&globals ( -- ) inspect global namespace" print
"&help -- display this message" print nl ;