--- gforth/debugs.fs 2004/12/31 13:23:57 1.11 +++ gforth/debugs.fs 2005/10/02 11:30:32 1.12 @@ -56,7 +56,7 @@ defer .debugline ( nfile nline -- ) \ gf current-sourcepos .debugline ; :noname ( compilation -- ; run-time -- ) compile-sourcepos POSTPONE .debugline ; -interpret/compile: ~~ \ gforth tilde-tilde +interpret/compile: ~~ ( -- ) \ gforth tilde-tilde \G Prints the source code location of the @code{~~} and the stack \G contents with @code{.debugline}.