1 2 3 4 5 6 7
export fn a(value: u32) bool { return 1 < value < 1000; } // error // // :2:22: error: comparison operators cannot be chained