look() -- display item on the top of the engine's stack.
It's a Command so it may be entered simply as look if it's alone on the command line.
Used mainly for debugging the engine.
i1 : R = ZZ/101[x,y,z] |
i2 : sendgg ggPush R |
i3 : look |
The command look is a member of the class Command.