The Squeak special syntax construct to instantiate an array with computed elements
   { expr1 . expr2 . ... . exprN }
as in the concrete example:
   { (1 @ 10) . (2 @ 20) . (3 @ 30) }
is also supported by the ST/X compilers (both the bytecode and the stc standalone compiler).