conditionals could support more normal-looking logical operator symbols, like - `==` instead of `.` - `var!=` as a shorthand for `!var==` matching on "not empty" should feel more explicit. examples: - `var!=null` - `var` (no symbols) someday, arithmetic like `>` or substring like `in`.