Decision tables: Difference between revisions

Content deleted Content added
→‎{{header|Perl 6}}: more explanation
m Small updated in D entry
Line 223:
string[] test(in bool[] tested,
in string NoMatchMsg="It is fine :)")
const pure /*nothrow*/ {
string[] rightActions;
auto iTested = growTo(tested, conds.length);