View Problem

Define a static list

Define the list [One, Two, Three, Four, Five]
DiskEdit
clojure
(def a '[One Two Three Four Five])
ExpandDiskEdit
erlang
List = [one, two, three, four, five],
ExpandDiskEdit
erlang
List = ['One', 'Two', 'Three', 'Four', 'Five'],

Submit a new solution for clojure or erlang
There are 33 other solutions in additional languages (cpp, csharp, fantom, fsharp ...)