- Using the ”()” operator (parentheses)
- Using the ”:” operator (colon)
| Operator | Example |
|---|---|
| () | Mode( Horizontal ); MaxErrors( 2, 0.25 ); |
| : | Mode: Horizontal; MaxErrors: 2, 0.25; |
| DontFind(); DontFind; |
| Operator | Example |
|---|---|
| () | Mode( Horizontal ); MaxErrors( 2, 0.25 ); |
| : | Mode: Horizontal; MaxErrors: 2, 0.25; |
| DontFind(); DontFind; |