Set of real numbers: Difference between revisions

m
m (→‎{{header|Phix}}: simplified (removed routine_id))
Line 2,064:
{{trans|Go}}
<lang Phix>enum ID,ARGS
function cf(sequence f, atom x) return call_func(f[ID],f[ARGS]&x) end function
function cf(sequence f, atom x) return call_func(f[ID],f[ARGS]&x) end function
function Union(sequence a, b, atom x) return cf(a,x) or cf(b,x) end function
7,820

edits