String

From Erights

(Difference between revisions)
Jump to: navigation, search
(placeholder/stub created. please expand on and correct any errors)
(corrected but might still be error full)
Line 1: Line 1:
-
An String is an sequence of characters.
+
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]].
-
On [[E-on-Java]] Strings are Java objects of class String. <!-- As far as I know --~~~~ -->
+
''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]


stub

Personal tools
more tools