Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_errors
chained_comparison_operators.zig
pretty
plain
permalink
blame
history
•
7 lines
•
131 B
1
export fn a(value: u32) bool {
2
return 1 < value < 1000;
3
}
4
5
// error
6
//
7
// :2:22: error: comparison operators cannot be chained