Factored library, implemented make-continuation.
[scheme.forth.jl.git] / src / scheme-primitives.4th
index bce895d..f6bb92d 100644 (file)
@@ -607,6 +607,12 @@ defer display
     2swap apply
 ; make-primitive apply 
 
+:noname ( args -- result )
+  make-continuation nil cons
+  2swap apply
+
+; 1 make-fa-primitive call-with-current-continuation
+
 \ }}}
 
 \ ==== Miscellaneous  ==== {{{