mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-12-26 16:29:18 +00:00
Add .status to interpret-via-tib to facilitate source listing while compiling.
This commit is contained in:
parent
1047117fe6
commit
07c0f154f1
@ -63,8 +63,8 @@
|
|||||||
\ include 09jun20pz
|
\ include 09jun20pz
|
||||||
|
|
||||||
: interpret-via-tib
|
: interpret-via-tib
|
||||||
BEGIN freadline >r >in off
|
BEGIN freadline >r .status
|
||||||
interpret r> UNTIL ;
|
>in off interpret r> UNTIL ;
|
||||||
|
|
||||||
: include ( -- )
|
: include ( -- )
|
||||||
blk @ Abort" no include from blk"
|
blk @ Abort" no include from blk"
|
||||||
|
Loading…
Reference in New Issue
Block a user