Lasso's [staticarray] object type is an efficient, non
staticarray( element_1, element_2, ..., element_n )
(: element_1, element_2, ..., element_n )
This example creates a staticarray using the explicit and shorcut methods.
Code
var ( myArray = staticarray(1, 2, 'hello') )
var ( myOtherArray = (: 1, 2, 'hello') )
$myArray+'\n'
$myOtherArray
Result
staticarray(1, 2, hello) staticarray(1, 2, hello)
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments