[]
lists
The [] function creates an empty LIST on the top of the stack.
[] is available since version 1.0.0.
See also
Signatures
Examples
[] SIZE //returns 0
[ 'foo' 'foo' true 42.14 [ 'a' 'b' ] ] //create a list of different objects
<%
TYPEOF //returns the object type
%> FOREACH //iterates on the list