Marked compound procedure type as pairlike.
[scheme.forth.jl.git] / scheme.4th
index 3e7b827..3ea9d66 100644 (file)
@@ -143,6 +143,7 @@ false gc-enabled !
     pair-type istype? if true exit then
     string-type istype? if true exit then
     symbol-type istype? if true exit then
+    compound-proc-type istype? if true exit then
 
     false
 ;