Icon+Unicon/Intro: Difference between revisions

m
Line 90:
 
==== string ====
Strings (immutable,coercible,convertible) are variable length and may contain any character value within the platform's character set including the NUL character. String operations may coerce other data types such as integers or reals. Also strings are coerced by operations on other types. Syntactically, strings are delimited by double quotes (") and escape special characters using a back slash such as in this example "\"".
 
At the current time there is no support for Unicode.
Anonymous user