--- gforth/history.fs 1996/01/07 17:22:11 1.9 +++ gforth/history.fs 1996/05/09 18:13:00 1.10 @@ -72,8 +72,10 @@ s" ~/.gforth-history" get-history REPEAT 2drop THEN tuck 2dup type 0 ; -: ctrl ( "" -- ctrl-code ) - char [char] @ - postpone Literal ; immediate +: ctrl ( compilation: "" -- ) ( run-time: -- ctrl-code ) + char [char] @ - postpone Literal ; immediate +interpretation: ( "" -- ctrl-code ) + char [char] @ - ; Create lfpad #lf c,