Delimiters The StreamServe scripting language includes the delimiters described in the table below. ; Terminates statements. " " Delimiter for text strings. , Separates items in lists. . Decimal separator. ( ) Surrounds expressions, and parameter lists in functions. { } Surrounds consecutive statements, making them appear as one simple statement. Equivalent to begin … end. [ ] Surrounds indexes in an array. <> Surrounds hexadecimal numbers, and lists of hexadecimal numbers.
;
" "
,
.
( )
{ }
[ ]
<>