2 lines
No EOL
104 B
Text
2 lines
No EOL
104 B
Text
def main(bool selector, bool[2] lhs, bool[2] rhs) -> (bool[2]):
|
|
return if selector then rhs else lhs fi |