Ternary logic: Difference between revisions

m
→‎{{header|PicoLisp}}: elided STYLE from PRE.
m (Commenting Fōrmulæ solution, broken link)
m (→‎{{header|PicoLisp}}: elided STYLE from PRE.)
Line 4,361:
(println X (car Fun) Y '-> ((cdr Fun) X Y)) ) ) )</lang>
{{out}}
<pre style="height:20em;overflow:scroll">not T -> NIL
not 0 -> 0
not NIL -> T