projects
/
fur
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fixed some TODOs
[fur]
/
examples
/
14_boolean_operators.fur.output.txt
1
false and false: false
2
false and true: false
3
true and false: false
4
true and true: true
5
false or false: false
6
false or true: true
7
true or false: true
8
true or true: true