# store_1
# written by John Dannenhoffer

# store in (theBox,0) and remove from stack
BOX      -4 -1 -1  2  2  2
STORE     theBox

# store in (rounded,0) and leave on stack
CYLINDER -1  0  0  1  0  0  1
STORE     rounded 0 1

# store in (rounded,5) and remove from stack
SPHERE    4  0  0  1
STORE     rounded 5

# bring back theBox (and color its Faces red)
RESTORE   theBox
SELECT    FACE
ATTRIBUTE _color $red

END
