Decision tables: Difference between revisions

m
added whitespace before the TOC, added a Task (bold) header.
m (added whitespace before the TOC, added a Task (bold) header.)
Line 1:
{{draft task}}
 
[[wp:Decision_table|Decision Tables]] are a precise yet compact way to model complicated logic. Demonstrate how your language implements decision tables. Use the example of Printer Troubleshooting given in the Wikipedia article.
 
 
;Task:
Demonstrate how your language implements decision tables.
 
Use the example of Printer Troubleshooting given in the Wikipedia article.
<br><br>
 
 
=={{header|Ada}}==