# store_2
# written by John Dannenhoffer

# red box
BOX       0  0  0  1  1  1
ATTRIBUTE _color $red

# green box
BOX       1  0  0  1  1  1
ATTRIBUTE _color $green

MARK

# blue box
BOX       2  0  0  1  1  1
ATTRIBUTE _color $blue

# magenta box
BOX       3  0  0  1  1  1
ATTRIBUTE _color $magenta

# remove the last (magenta) box
STORE     .

END


