]> gitweb.factorcode.org Git - factor.git/blob - extra/qw/qw.factor
a syntax pearl for literal string arrays
[factor.git] / extra / qw / qw.factor
1 ! (c)2009 Joe Groff bsd license
2 USING: lexer parser ;
3 IN: qw
4
5 SYNTAX: qw{ "}" parse-tokens parsed ;