VolksForth/8080/CPM/cpmfiles/test-std.fth

30 lines
412 B
Forth
Raw Normal View History

2024-11-03 12:36:57 +00:00
\ : .blk|tib
\ blk @ ?dup IF ." Blk " u. ?cr exit THEN
\ incfile @ IF tib #tib @ cr type THEN ;
2024-11-10 12:15:24 +00:00
include logfile.fth
2024-11-03 12:36:57 +00:00
logopen
include ans-shim.fth
: \vf [compile] \ ; immediate
include prelim.fth
include tester.fth
\ 1 verbose !
include core.fr
include coreplus.fth
include util.fth
include errorrep.fth
include coreext.fth
\ ' .blk|tib Is .status
include doubltst.fth
REPORT-ERRORS
logclose