Keywords
The following are keywords in AmiBroker Formula Language:
Loops:
Conditional execution / Flow control:
- if (part of if-else
statement)
- else (part of if-else
statement)
- switch
- break (part of the switch statement or for/while statements)
- case (part of the switch statement)
- continue (part of for/while statements)
- default (part of switch statement)
Functions: