Decision tables: Difference between revisions

m
m (→‎{{header|REXX}}: added a comment. -- ~~~~)
Line 149:
#define COND_LEN (1 << N_COND)
 
struct { const char *str, *truth;}
cond[N_COND] = {
{"Printer does not print", "1111...."},
Anonymous user