SubL/examples.1
From Public Domain Knowledge Bank
Revision as of 02:01, 8 March 2019 by DavidWhitten (talk | contribs) (Created page with "==== stringp ==== <pre> CYC(n): (stringp "hello") T </pre ==== stringp 1 ==== CYC(n): (stringp 'stringp) NIL </pre> ==== numberp ==== * (numberp 1) :T")
stringp
CYC(n): (stringp "hello") T </pre ==== stringp 1 ==== CYC(n): (stringp 'stringp) NIL
numberp
- (numberp 1)
- T