Skip to content
Turtle Kitty edited this page Aug 9, 2015 · 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