From: NicknameOptional
Subject: sharp plus colon
Date: 
Message-ID: <1146085789.773905.45810@i39g2000cwa.googlegroups.com>
The code line says:

(defvar *default-bin-type*
  #+RT "bbin"
  #+(:AND :LUCID :RIOS) "rbin"
  #+:IRIX "mbin"
  #+MCL "fasl"
  #+ACLPC "fsl")

How do you say #+: ?  Where is it in the manual?
What is the line for Lispworks?

-- newbie