5 lines
95 B
Text
5 lines
95 B
Text
a[in_] := (Print["a"]; in)
|
|
b[in_] := (Print["b"]; in)
|
|
|
|
a[False] && b[True]
|
|
a[True] || b[False]
|