Skip to content
TurtleKitty edited this page May 11, 2019 · 2 revisions

qw

The "quote word" operator was stolen from Perl.
It takes a bunch of symbols and returns a list of strings.

(qw foo bar baz) ; ("foo" "bar" "baz")
Clone this wiki locally