in reply to Re: Illogical logic statement
in thread Illogical logic statement
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Illogical logic statement
by LanX (Saint) on Dec 01, 2012 at 02:44 UTC | |
by fkento (Acolyte) on Dec 01, 2012 at 02:46 UTC | |
|
Re^3: Illogical logic statement
by Jenda (Abbot) on Dec 01, 2012 at 12:44 UTC | |
by Anonymous Monk on Dec 01, 2012 at 12:54 UTC | |
|
Re^3: Illogical logic statement
by Laurent_R (Canon) on Dec 01, 2012 at 11:07 UTC |