RuntimeLibraryReference.wiki - gitoscc/simple GitHub Wiki

Functions

Application - Various application related runtime functions
Arrays - Various array related runtime functions
Assertions - Checking the runtime state of an application
Collection - Unordered set of items
Conversions - Various conversion related runtime functions
Dates - Various date and time related runtime functions
Files - Various file related runtime functions
Log - Logging related runtime functions
Math - Various mathematical runtime functions
Strings - Various string related runtime functions

Runtime Errors

AssertionFailure - Indicates an assertion failure
ConversionError - Indicates a failed attempt to convert a value of one type into another
FileAlreadyExistsError - Indicates a failed attempt to create a file
FileIOError - Indicates a problem accessing a file
IllegalArgumentError - Indicates an illegal value for a function or procedure argument
IndexOutOfBoundsError - Indicates an array or collection access with an index that is outside of bounds
NoSuchFileError - Indicates that no file for the given name could be found
PropertyAccessError - Indicates illegal access to a property
UninitializedInstanceError - Indicates access to uninitialized object or array variable
UnknownFileHandleError - Indicates usage of an unknown file handle
UnknownIdentifierError - Indicates that an identifier could not be resolved at runtime