String
From Erights
(Difference between revisions)
(placeholder/stub created. please expand on and correct any errors) |
(corrected but might still be error full) |
||
| Line 1: | Line 1: | ||
| - | + | Strings are [[ConstLists]] of char that have additional methods including Java string operators. | |
| + | Flex structures respond to all Const messages except the comparison operators ("<", <=", etc...). | ||
| + | All these structures have many methods not listed here. | ||
| - | Strings are [[Selfless]], [[Transparent]] and [[Immutable]]. | + | Strings, like [[ConstLists]] are [[Selfless]], [[Transparent]] and [[Immutable]]. |
| - | + | ''from [http://erights.org/elang/quick-ref.html#Structures E Idioms | |
| + | Quick Reference Card]'' | ||
---- | ---- | ||
[[stub]] | [[stub]] | ||
Revision as of 00:22, 18 September 2008
Strings are ConstLists of char that have additional methods including Java string operators. Flex structures respond to all Const messages except the comparison operators ("<", <=", etc...). All these structures have many methods not listed here.
Strings, like ConstLists are Selfless, Transparent and Immutable.
from [http://erights.org/elang/quick-ref.html#Structures E Idioms Quick Reference Card]

