Talk:String comparison: Difference between revisions

Content added Content deleted
Line 13: Line 13:
:# Or if the non-string has an agreed string representation it can convert the non-string then work on the string result.
:# Or if the non-string has an agreed string representation it can convert the non-string then work on the string result.
:Some languages do the former, some the latter. (It's also complicated by some languages having only generic comparison operators, i.e. comparing numbers and strings use the exact same operator). --[[User:Paddy3118|Paddy3118]] 10:56, 24 February 2013 (UTC)
:Some languages do the former, some the latter. (It's also complicated by some languages having only generic comparison operators, i.e. comparing numbers and strings use the exact same operator). --[[User:Paddy3118|Paddy3118]] 10:56, 24 February 2013 (UTC)

:: Excellent. Cheers guys! That looks a lot better. [[User:Markhobley|Markhobley]] 11:19, 24 February 2013 (UTC)


== REXX ==
== REXX ==