Language
Compiler
Options
$
comparing '01234567890123456789' and '01234567890123456789', rezulted in: 0
comparing '0123456789' and '01234567890123456789', rezulted in: -1
comparing '01234567890123456789' and '0123456789', rezulted in: 1
comparing L'01234567890123456789' and L'01234567890123456789', rezulted in: 0
comparing L'0123456789' and L'01234567890123456789', rezulted in: -1
comparing L'01234567890123456789' and L'0123456789', rezulted in: 1
Exit Code:
0