Word Lists For Atoms
> ~w(one two three)
["one", "two", "three"]> ~w(one two three)s
["one", "two", "three"]> ~w(one two three)a
[:one, :two, :three]> ~w(one two three)c
['one', 'two', 'three']Last updated
> ~w(one two three)
["one", "two", "three"]> ~w(one two three)s
["one", "two", "three"]> ~w(one two three)a
[:one, :two, :three]> ~w(one two three)c
['one', 'two', 'three']Last updated