String

From Erights

(Difference between revisions)
Jump to: navigation, search
(placeholder/stub created. please expand on and correct any errors)
m (changing references to stub page into reference to template stub)
 
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]
----
----
-
[[stub]]
+
{{stub}}

Latest revision as of 22:33, 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 [1]


This page is a stub; it should be expanded with more information. If doing so, check the original E web site and the mailing list archives for content which could be moved into this page.
Personal tools
more tools