| eg.ArithmeticColumn | ||
| x | y | plus? |
| 2 | 2 | 4<5 |
| eg.InfoFixture | ||
| set | result | 4 |
| check | result | 4<5 |
These operators can be combined with the symbol recall operator. You may need to use a space to seperate 'less than' and 'symbol recall'.
| eg.ArithmeticColumn | ||
| x | y | plus? |
| 2 | 1 | 3 >>three |
| 2 | 3 | 5 >>five |
| 2 | 2 | 4>3 <<three |
| 2 | 2 | 4<5 <<five |