Grouping Operators

Grouping Operators are used to group expressions or terms together for various purposes.

Symbol Type Name Description Example
Grouping
( ) Various Parentheses Group together enclosed terms ( a + b )
[ ] Various Square brackets Same as parentheses, but used for Array syntax [ a + b ]
Separators
, Various Comma Separate grouped parameters passed to functions ( a , b )
: Infix Colon Key: value pair assignment for Arrays and Loops a : b

ptpscript/operators/grouping.txt · Last modified: 2007/01/24 10:15
 
 
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki