Collection of built-in Kite objects.
System.boolean
: Class representing Boolean values.System.collections
: Objects representing various abstract data structures.System.compile_options
: System.date
: Object for manipulating date/time.System.digest
: Generate cryptographic digests.System.directory
: Disk directory manipulation.System.doc
: The Kite documentation system.System.exceptions
: Package containing built-in Kite exceptions.System.file
: Disk file manipulation.System.float
: Class representing floating-point numbers.System.integer
: Class representing integer objects.System.list
: Object representing a list of objects.System.math
: Mathematical functions and constants.System.method
: Object representing a block of executable code.System.network
: Internet related classes and methods.System.null
: An object representing nothing.System.object
: Methods and properties common to all objects.System.os
: Operating system functions.System.package
: System.regex
: Regular expression matching on text.System.string
: Object representing a Kite string.System.vm
: Package containing the Kite virtual machine.