| current-sourcepos .debugline ; |
current-sourcepos .debugline ; |
| :noname ( compilation -- ; run-time -- ) |
:noname ( compilation -- ; run-time -- ) |
| compile-sourcepos POSTPONE .debugline ; |
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 Prints the source code location of the @code{~~} and the stack |
| \G contents with @code{.debugline}. |
\G contents with @code{.debugline}. |
| |
|