String comparison: Difference between revisions

m
m (→‎{{header|Phix}}: added syntax colouring the hard way, phix/basics)
Line 2,338:
</pre>
 
=={{header|Mathematica}}/{{header|Wolfram Language}}==
<lang Mathematica>compare[x_, y_] := Module[{},
If[x == y,
Line 2,373:
Comparing for order (case sensitive): mathematica comes before Mathematica
Comparing for equality (case insensitive): mathematica and Mathematica ARE equal</pre>
 
 
=={{header|MATLAB}} / {{header|Octave}}==
1,111

edits