| Step | Examples | Ordering |
|---|---|---|
| stranding | 3.2 ¯1 'c' (1+3) | associative |
| operators | -/⍨∘¯2∘⌽ | left-to-right |
| functions | - 4 × 2 , 3 | right-to-left |
The result of stranding is always an argument, while the result of operator evaluation is always a function.