Talk:String comparison: Difference between revisions

Line 7:
 
[[User:Markhobley|Markhobley]] 21:08, 23 February 2013 (UTC)
:How's it now? The distinction I'm trying to get across is that some operators <em>MIGHT</em> give you string comparison semantics (or some other semantics), while other operators <em>MUST</em> give you string comparison semantics (or fail). It's an important distinction in some languages, or at least in Perl 6. <tt>:-)</tt> But even for languages that only give you polymorphic operators (Python) or coercive operators (Perl 5--at least in the absence of overloading), it's still an important semantic difference. --[[User:TimToady|TimToady]] 00:41, 24 February 2013 (UTC)
 
== REXX ==
Anonymous user