X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=blobdiff_plain;f=scheme-primitives.4th;h=89e379e6efa893bcf2d6fdfa773d147dd4d2107c;hb=7d3d7e571901f7191ce548600b51e97f30f8a225;hp=e446b2e57cfea95bc5efd91d1fb5f8faa240020c;hpb=d2dc6c641693e0db30a8e11d7cb404148ba95838;p=scheme.forth.jl.git diff --git a/scheme-primitives.4th b/scheme-primitives.4th index e446b2e..89e379e 100644 --- a/scheme-primitives.4th +++ b/scheme-primitives.4th @@ -418,11 +418,3 @@ defer display none ; make-primitive newline - -( ==== Evaluation ==== ) - -:noname - \ Dummy apply procedure - \ Should never actually run! - ." Error: Dummy apply procedure executed!" cr -; make-primitive apply