mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-12-26 01:29:49 +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
|
||||
|
||||
: interpret-via-tib
|
||||
BEGIN freadline >r >in off
|
||||
interpret r> UNTIL ;
|
||||
BEGIN freadline >r .status
|
||||
>in off interpret r> UNTIL ;
|
||||
|
||||
: include ( -- )
|
||||
blk @ Abort" no include from blk"
|
||||
|
Loading…
Reference in New Issue
Block a user