--- gforth/prims2x.fs 1998/12/23 21:41:57 1.37 +++ gforth/prims2x.fs 1998/12/25 22:50:49 1.38 @@ -666,7 +666,7 @@ set-current : output-alias ( -- ) flush-comment on ?flush-comment - primitive-number @ . ." alias " forth-name 2@ type cr + ( primitive-number @ . ." alias " ) ." Primitive " forth-name 2@ type cr -1 primitive-number +! ; : output-forth ( -- ) flush-comment on