Skip to content
isawdrones edited this page Apr 2, 2011 · 1 revision

,x: Creates a list with a single element x.

  ,1 2 3
,1 2 3
  #,1 2 3
1

  (,"element")@0
"element"

  0,,(1;"two";3)
(0
 (1
  "two"
  3))
Clone this wiki locally