Output:if ( 'f' == 't' ) { print "f equals t\n"; } else { print "f does not equal t\n"; }
How does one compare strings?f equals t
In reply to Re^2: Illogical logic statement
by fkento
in thread Illogical logic statement
by fkento
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |