1fn max(a: bool, b: bool) bool {
2 {
3 return a or b;
4 }
5}
6
7// syntax