projects
/
fur
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Finish conditional compilation of operators
[fur]
/
examples
/
13_ternary_comparison.fur.output.txt
1
1 < 2 < 2: false
2
2 < 2 < 2: false
3
1 < 2 < 3: true
4
2 < 2 < 3: false