X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=scheme.forth.jl.git;a=blobdiff_plain;f=src%2Fscheme-primitives.4th;h=183efec11895d274e57b5d6ce5cfc39fbc1f7634;hp=f38fd93a94c060e625983093307f780dda94e110;hb=6cb6a8d3e4449a1cf70ac4cbb0b88cf2c38d6434;hpb=632cf90c6a97b1ee01a13ab424051f0a99c4a150 diff --git a/src/scheme-primitives.4th b/src/scheme-primitives.4th index f38fd93..183efec 100644 --- a/src/scheme-primitives.4th +++ b/src/scheme-primitives.4th @@ -592,13 +592,13 @@ defer display \ ==== Evaluation ==== {{{ -:noname ( args -- result ) - 2dup car 2swap cdr - - nil? false = if car then ( proc argvals ) - - apply -; make-primitive apply +\ :noname ( args -- result ) +\ 2dup car 2swap cdr +\ +\ nil? false = if car then ( proc argvals ) +\ +\ apply +\ ; make-primitive apply \ }}}