Twelve statements: Difference between revisions

Simpler D entry
(Simpler D entry)
Line 244:
}
 
foreach (stmsols, isPartial; zip([full, partial], [false, true]))
showforeach (stm.tupleof,; falsesols);
foreach show(stm;.tupleof, partialisPartial);
show(stm.tupleof, true);
}</lang>
{{out}}