engineStack() -- returns a net containing a display of the contents of the engine's stack.
It's a Command so it may be entered simply as engineStack if it's alone on the command line.
Used mainly for debugging the engine.
i1 : ZZ/101[x,y,z] |
i2 : f = matrix {{x,y,z}} |
i3 : sendgg ggPush f |
i4 : engineStack |
The command engineStack is a member of the class Command.