Re: API

#2
(defun C:AreYouForReal ( *HELLO* /realQuestion realAnswer)
(princ "\n OMG \n")
(prompt "If you ask a question will you post the answer if you eventually find it?")
(setq YAFNRIGHT (getstring))
; Hold back comment
; be nice ...hmmm
(princ " Yes .... : ") (princ YAFNRIGHT) (princ "\n)
(princ "Deserves discussion. \n \n")
(princ "Thank you for you contribution to the forum.\\")
(DeleteID GetIp)
)