next up previous contents index
Next: Object Up: Standard Types Previous: Double   Contents   Index

String

is a Lemick built-in type for manipulation on string values. Though this type is declared as a part of the language its structure is not specified and operations on this type are not provided in the language core.
Standard package lemick.strings provides implementation of this type, provides overloaded "+" operator for strings concatenation, conversions from and to other types and etc.

root 2004-04-05