Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
array literal
Last updated at 6:07 am UTC on 9 May 2018

Examples

 #(1 2 3 4)

 #( )

 #((1 2 3)(3 4 5) 5)

Compare with:

 {{1 . 2 . 3}.{3 . 4 . 5} . 5}

Using curly braces (run time evaluated collections)