Difference between revisions of "SubL/examples.stringp"

From Public Domain Knowledge Bank
Jump to: navigation, search
(Created page with "<noinclude> == from SubL/examples.1 == </noinclude> ==== stringp ==== examples of use (stringp) Error: Cannot make an arity 0 function from #<Function STRINGP> {req=1...")
(No difference)

Revision as of 02:28, 8 March 2019

from SubL/examples.1

stringp

examples of use
(stringp)
Error: Cannot make an arity 0 function from #<Function STRINGP> {req=1 ...}

tr

(stringp "hello")
CYC(#): (stringp "hello")
T
(stringp 1)
CYC(#): (stringp 1)
[Time: 0.0 secs]
NIL
(stringp NIL)
CYC(#): (stringp NIL)
[Time: 0.0 secs]
NIL
(stringp 'stringp)
CYC(#): (stringp 'stringp)
[Time: 0.0 secs]
NIL
(stringp #$Dog)
CYC(#): (stringp #$Dog)
[Time: 0.0 secs]
NIL