| <bic N> | Branch If Correct |
| <BranchIfCorrect N> | Branch If Correct |
| <BranchIfCounterGT N1,N2,N3> | Branch if Counter Greater |
| <bicGT N1,N2,N3> | Branch if Counter Greater |
| <BranchIfCounterLE N1,N2,N3> | Branch if Counter Lower |
| <bicLE N1,N2,N3> | Branch if Counter Lower |
| <bierGT N1,N2> | Branch If Error Rate Greater |
| <BranchIfErrorRateGT N1,N2> | Branch If Error Rate Greater |
| <bierLE N1,N2> | Branch If Error Rate Lower |
| <BranchIfErrorRateLE N1,N2> | Branch If Error Rate Lower |
| <binr N> | Branch If No Response |
| <BranchIfNoResponse N> | Branch If No Response |
| <BranchIfRandomNumberLE N1,N2> | Branch If Random Number Lower |
| <birnLE N1,N2> | Branch If Random Number Lower |
| <biw N> | Branch If Wrong |
| <BranchIfWrong N> | Branch If Wrong |
| <BranchIf N,expression> | Branch on expression |
| <bi N,expression> | Branch on expression |
| <cic N> | Call If Correct |
| <CallIfCorrect N> | Call If Correct |
| <CallIfCounterGT N1,N2,N3> | Call if Counter Greater |
| <cicGT N1,N2,N3> | Call if Counter Greater |
| <CallIfCounterLE N1,N2,N3> | Call if Counter Lower |
| <cicLE N1,N2,N3> | Call if Counter Lower |
| <cierGT N1,N2> | Call If Error Rate Greater |
| <CallIfErrorRateGT N1,N2> | Call If Error Rate Greater |
| <cierLE N1,N2> | Call If Error Rate Lower |
| <CallIfErrorRateLE N1,N2> | Call If Error Rate Lower |
| <cinr N> | Call If No Response |
| <CallIfNoResponse N> | Call If No Response |
| <CallIfRandomNumberLE N1,N2> | Call If Random Number Lower |
| <cirnLE N1,N2> | Call If Random Number Lower |
| <ciw N> | Call If Wrong |
| <CallIfWrong N> | Call If Wrong |
| <CallIf N,expression> | Call on expression |
| <ci N,expression> | Call on expression |
| <DecrementCounter N> | Decrement Counter |
| <dec N> | Decrement Counter |
| <DecrementIfCorrect N> | Decrement Counter if Correct RT |
| <decic N> | Decrement Counter if Correct RT |
| <DecrementIfNoResponse N> | Decrement Counter if No Response RT |
| <decinr N> | Decrement Counter if No Response RT |
| <DecrementIfWrong N> | Decrement Counter if Wrong RT |
| <deciw N> | Decrement Counter if Wrong RT |
| <AppendCounter N> | Display counter's value |
| <apc N> | Display counter's value |
|
<sprintf N1[,N2[,N3[,N4[,N5[,N6]]]]]> |
Display multiple counters' formatted values |
| <EmitCounter N> | Emit Counter value in output file |
| <emit N> | Emit Counter value in output file |
|
<CallStack N> | Enable nested calls |
| <Return> | Exit Called subroutine |
| <ret> | Exit Called subroutine |
| <IncrementCounter N> | Increment Counter |
| <inc N> | Increment Counter |
| <IncrementIfCorrect N> | Increment Counter if Correct RT |
| <incic N> | Increment Counter if Correct RT |
| <IncrementIfNoResponse N> | Increment Counter if No Response RT |
| <incinr N> | Increment Counter if No Response RT |
| <IncrementIfWrong N> | Increment Counter if Wrong RT |
| <inciw N> | Increment Counter if Wrong RT |
| <IndexedBranch N> | Indexed Branch on Counter N's value |
| <ib N> | Indexed Branch on Counter N's value |
| <IndexedCall N> | Indexed Call on Counter N's value |
| <ic N> | Indexed Call on Counter N's value |
| <MultiWayBranch text,N[, text,N]...> | Multi-Way Branch |
| <mwb text,N[, text,N]...> | Multi-Way Branch |
| <MultiWayCall text,N[, text,N]...> | Multi-Way Call |
| <mwc text,N[, text,N]...> | Multi-Way Call |
| <RestoreCounters> | Restore Counters from file |
| <SaveCounters> | Save Counters to file |
| <SetCounter N1,N2> | Set Counter |
| <set N1,N2> | Set Counter |
| <BranchDiagnostics [N]> | Turn Branch Diagnostics On or Off |
| <brdiags [N]> | Turn Branch Diagnostics On or Off |
| <Branch N> | Unconditional Branch |
| <bu N> | Unconditional Branch |
| <Call N> | Unconditional Call |