Decision tables: Difference between revisions

Content added Content deleted
(Added Quackery.)
m (→‎{{header|Quackery}}: tweaked code)
Line 2,202: Line 2,202:
1 << | 1 << |
1 << | 1 << |
[ table
[ table
[ cpc cpcc epsi ]
( n n n ) [ cpc cpcc epsi ]
[ epsi ]
( n n y ) epsi
[ cpcc epsi cpj ]
( n y n ) [ cpcc epsi cpj ]
[ epsi ]
( n y y ) epsi
[ cpj ]
( y n n ) cpj
[ npd ]
( y n y ) npd
[ cri cpj ]
( y y n ) [ cri cpj ]
[ cri ] ]
( y y y ) cri ]
cr do ] is diagnose ( --> )</syntaxhighlight>
cr do ] is diagnose ( --> )
</syntaxhighlight>


{{out}}
{{out}}