Useful API Functions
This document lists most useful (and most often needed) classes and functions. Be aware, that there are many more to be found in either the class references or via the builtin class browser.
Reference: String inherits from: CharacterArray and SequenceableCollection and Collection
Reference: Collection
Reference: Filename
Streams can be internal (eg. reading from a String) or external (eg. a file stream, pipe or socket).
Reference: Stream
Reference: Number and its subclasses Integer, Float, Fraction, Complex