5 lines
61 B
AppleScript
5 lines
61 B
AppleScript
on logic(a, b)
|
|
log a and b
|
|
log a or b
|
|
log not a
|
|
end logic
|