7 lines
No EOL
123 B
Text
7 lines
No EOL
123 B
Text
// OR
|
|
|
|
import "./and" as AND
|
|
import "./not" as NOT
|
|
|
|
def main(field x, field y) -> (field):
|
|
return NOT(AND(NOT(x), NOT(y))) |