mirror of
https://github.com/mgcaret/of816.git
synced 2025-01-29 20:32:36 +00:00
16 lines
233 B
Forth
16 lines
233 B
Forth
testing 7.5.3 Dictionary
|
|
|
|
testing 7.5.3.1 Dictionary search
|
|
|
|
\ not implemented: .calls $sift sifting
|
|
|
|
t{ ' words 0= -> false }t
|
|
|
|
testing 7.5.3.2 Decompiler
|
|
|
|
\ Hard to test properly
|
|
|
|
t{ ' see 0= -> false }t
|
|
t{ ' (see) 0= -> false }t
|
|
|