Difference between revisions of "SubL/examples.1"

From Public Domain Knowledge Bank
Jump to: navigation, search
(Created page with "==== stringp ==== <pre> CYC(n): (stringp "hello") T </pre ==== stringp 1 ==== CYC(n): (stringp 'stringp) NIL </pre> ==== numberp ==== * (numberp 1) :T")
(No difference)

Revision as of 02:01, 8 March 2019

stringp

CYC(n): (stringp "hello")
T
</pre
==== stringp 1 ====
CYC(n): (stringp 'stringp)
NIL

numberp

  • (numberp 1)
T