- [ ] `+` - [ ] `-` - [ ] `!` - [ ] `>` - [ ] `>=` - [ ] `<` - [ ] `<=` - [ ] `==` - [ ] `!=` These can be used in value maps e.g. ``` transform T { values { ['a'] -> ['b'] + ['c'] } } ``` or in the test expression in conditionals.