X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=blobdiff_plain;f=src%2Fscheme-primitives.4th;h=f6bb92d399d9bddc5e4baf9b8584224bd8adf8f2;hb=d2810af4877d1f166459c6778a00c4bc22292d1f;hp=bce895de851ff01d71b04134fbe1e9457d3e1ac9;hpb=3f60507c407dc22a19b4539d08cc926c54141653;p=scheme.forth.jl.git diff --git a/src/scheme-primitives.4th b/src/scheme-primitives.4th index bce895d..f6bb92d 100644 --- a/src/scheme-primitives.4th +++ b/src/scheme-primitives.4th @@ -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 ==== {{{