Operators
Jyro provides arithmetic, comparison, logical, and assignment operators. Logical operators use word-based syntax (and, or, not) rather than symbols. The language includes null coalescing (??), ternary conditionals (? :), and increment/decrement operators (++, --).
See Operator Precedence for the complete precedence table.