Difference between revisions of "SubL/examples.constant-internal-id"

From Public Domain Knowledge Bank
Jump to: navigation, search
(Created page with "<noinclude> == SubL/examples.1 == </noinclude> ==== constant-internal-id ==== ===== arg1 datatype is STRUCTURE ===== CYC(#): (constant-internal-id "hello") Error: "hello" is...")
 
 
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
== SubL/examples.1 ==
+
== [[:SubL/examples.1]] ==
 
</noinclude>
 
</noinclude>
 
==== constant-internal-id ====
 
==== constant-internal-id ====

Latest revision as of 03:14, 8 March 2019

SubL/examples.1

constant-internal-id

arg1 datatype is STRUCTURE
CYC(#): (constant-internal-id "hello")
Error: "hello" is not of type STRUCTURE.
CYC(#): (structurep "hello")
Error: STRUCTUREP is not fboundp.
(constant-internal-id #$Lenat)
CYC(#): (constant-internal-id #$Lenat)
[Time: 0.0 secs]
1