View Problem

Define an empty list

Assign the variable "list" to a list with no elements
ExpandDiskEdit
fantom
list := [,]
ExpandDiskEdit
erlang
List = [],

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