We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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")