Decision tables: Difference between revisions

m
→‎{{header|Phix}}: no_empty param is no more
(Added Wren)
m (→‎{{header|Phix}}: no_empty param is no more)
Line 1,494:
end procedure
constant qa = split_any(conditions,"\n:",no_empty:=true),
sa = split_any(actions,"\n:",no_empty:=true)
integer l = length(qa[1])
 
7,820

edits