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