View Problem

Define an empty list

Assign the variable "list" to a list with no elements
ExpandDiskEdit
php
$list = array();
DiskEdit
clojure
(list)
DiskEdit
clojure
'()

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