String comparison: Difference between revisions

Content added Content deleted
(→‎{{header|Bracmat}}: Added more explanation)
Line 316: Line 316:
=={{header|NetRexx}}==
=={{header|NetRexx}}==
{{trans|REXX}}
{{trans|REXX}}
The only change to the [[#REXX|REXX]] program to make this work in [[NetRexx]] was to change '''&quot;<tt>!=</tt>&quot;''' to '''&quot;<tt>\=</tt>&quot; for the '''NOT EQUAL''' comparison. (Incidentally; the form shown hear will function equallly well as a [[REXX]] program: '''&quot;<tt>\=</tt>&quot;''' is valid [[REXX]] syntax for '''NOT EQUAL''' in most dialects.)
The only change to the [[#REXX|REXX]] program to make this work in [[NetRexx]] was to change '''&quot;<tt>!=</tt>&quot;''' to '''&quot;<tt>\=</tt>&quot; for the '''NOT EQUAL''' comparison. (Incidentally; the form shown here will function equally well as a [[REXX]] program: '''&quot;<tt>\=</tt>&quot;''' is valid [[REXX]] syntax for '''NOT EQUAL''' in most dialects.)


{{works with|NetRexx}}
{{works with|NetRexx}}