SIGN IN SIGN UP
fn max(a: bool, b: bool) bool {
{
return a or b;
}
}
// syntax