Skip to main content



      Home
Home » Archived » GMT (Generative Modeling Technologies) » [Epsilon] String wrapping under -> and .
[Epsilon] String wrapping under -> and . [message #617634] Thu, 15 May 2008 12:58
Eclipse UserFriend
There is a strange difference how PointExecutor and ArrowExecutor treat
Strings. For example:

var colorNames:=Sequence {'white', 'green', 'yellow', 'orange', 'red'};

colorNames->indexOf('red').println(); -- Java String, identity
comparison, prints -1
colorNames.indexOf('red').println(); -- EOLString, equality comparison,
prints 4


-a
Previous Topic:[Epsilon] Problem with ECL
Next Topic:AM3 Bug?
Goto Forum:
  


Current Time: Sun Mar 16 18:21:32 EDT 2025

Powered by FUDForum. Page generated in 0.03306 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top