Set of real numbers: Difference between revisions

m
→‎{{header|REXX}}: used alternating quoted literals.
(→‎{{header|REXX}}: added/changed comments and whitespace, used a template for the output section.)
m (→‎{{header|REXX}}: used alternating quoted literals.)
Line 1,672:
/*──────────────────────────────────────────────────────────────────────────────────────*/
quertySet: parse arg lv,hv,s1 oop s2 .; op=oop; upper op; cop=
if lv=='' then lv=0; if hv==''"" then hv= 2; if op=='' then cop= 0
if wordpos(op, '| or UNION') \==0 then cop= "|"
if wordpos(op, '& ∩ AND INTER INTERSECTION') \==0 then cop= "&"
Line 1,723:
/*──────────────────────────────────────────────────────────────────────────────────────*/
quertySet: parse arg lv,hv,s1 oop s2 .; op=oop; upper op; cop=
if lv=='' then lv=0; if hv==''"" then hv= 2; if op=='' then cop= 0
if wordpos(op, '| or UNION') \==0 then cop= "|"
if wordpos(op, '& ∩ AND INTER INTERSECTION') \==0 then cop= "&"