Category:Unicode methods

From m204wiki
Revision as of 14:35, 19 January 2011 by Alex (talk | contribs) (Created page with "Unicode methods treat their method object as a string of type <var>Unicode</var>. Any value that is n...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Unicode methods treat their method object as a string of type Unicode. Any value that is not a unicode value is automatically converted before it is acted on by the method. For more information about this conversion, see Implicit Unicode conversions.

Unicode strings can be printed by a simple User Language Print statement; they are implicitly converted to EBCDIC strings in this case.

See the list of Unicode Methods for a list of the methods along with brief descriptions.

See Notation conventions for methods for information about the conventions followed in the method descriptions.