Category:Elena: Difference between revisions

Line 182:
=== The string Type ===
 
**LiteralValue** is used to store the text encoded in UTF-8. LiteralValus is read-only collection of **CharValue** classes each representing UTF-32 symbol. *Note that one character may be encoded with more than one byte!*.
 
import extensions.
Line 224:
system'startUp(5)
 
We may use another class representing UTF-16 text (**WideLiteralValue**) to solve this problem:
 
import extensions.
Anonymous user