forbid-tab ( c -- c )


Vocabulary
lexer

Inputs
can object


Outputs
can object


Definition


: forbid-tab ( c -- c )
[ 9 eq? [ "[space]" "[tab]" unexpected ] when ] keep ;
inline