[racket] why is the 'above' command not recognized?

From: David Taub (davidltaub at gmail.com)
Date: Sun Nov 28 21:52:48 EST 2010

(define BDY
    (above
      (rectangle (/ BODY-LENGTH 2) (/ BODY-HEIGHT 2)
                 "solid" "red")
      (rectangle BODY-LENGTH BODY-HEIGHT "solid" "red")))

Teachpacks: gui.ss, image.ss, universe.ss, and batch-io.ss.
above: name is not defined, not a parameter, and not a primitive name

any reason "above" is recognized?



-- 

CONFIDENTIAL EMAIL:  This email may contain - Attorney-Client Privileged -
Attorney Work Product - This email is only for use by the intended
recipient. If received in error any use, disclosure or copying is
prohibited. Any inadvertent receipt shall not be a waiver of any privilege
or work product protection. If you have received this communication in
error, please notify sender immediately.  Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20101128/58e9a999/attachment.html>

Posted on the users mailing list.