1
0
mirror of https://github.com/mgcaret/of816.git synced 2024-05-28 14:41:27 +00:00

word existence test future-proofing

This commit is contained in:
mgcaret 2020-01-07 18:13:05 -08:00
parent 470f776a0b
commit 7a82a13f10

View File

@ -12,11 +12,11 @@ t{ bl word test count swap 0> -> 4 true }t
testing 7.3.4.2 Console input
t{ \ -> supercalafrag }t \ since 't{}' is a nop this should be fine
t{ ' key? 0> -> true }t
t{ ' key 0> -> true }t
t{ ' expect 0> -> true }t
t{ ' span 0> -> true }t
t{ ' accept 0> -> true }t
t{ ' key? 0= -> false }t
t{ ' key 0= -> false }t
t{ ' expect 0= -> false }t
t{ ' span 0= -> false }t
t{ ' accept 0= -> false }t
testing 7.3.4.3 ASCII constants