quote? ( column text -- ? )


Vocabulary
lexer.private

Definition
USING: kernel sequences ;

IN: lexer.private

: quote? ( column text -- ? ) nth 34 eq? ; inline