Core¶
Built-in types, collections and other core functionality for every OneScript program.
The core library is split into the following:
| Name | Description |
|---|---|
| Base | The basic types |
| Environment | Access to the operating system filing system |
| Local SMTP Services | |
| Message | Instant messaging services including SMS |
| Text | String and text management |
| Threading | Multi-threaded programming |
| Reflector | Reflections classes for external library access |
Base¶
The base library consists of the basic types to support OneScript.
Console
Context