Jump to content

String comparison: Difference between revisions

GP
(→‎{{header|D}}: added D)
(GP)
Line 113:
'YUP' (eq , ne , gt , lt , ge , le) 'YEP'
0 1 1 0 1 0</lang>
 
=={{header|PARI/GP}}==
Strings are compared for equality and inequality with <code>==</code> and <code>!=</code> and are compared with <code>cmp</code> or with the usual <code>< > <= >=</code>. Case-insensitive comparison is not built in.
 
=={{header|Perl 6}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.