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