This document provides information about the Ring programming language including its keywords, built-in functions, compiler errors, runtime errors, and language grammar.
It lists 49 keywords used in the Ring language. It also lists 197 built-in functions included in Ring for working with strings, files, math, dates, objects and more.
26 possible compiler errors are described that may occur during compilation. 21 runtime errors that can happen during execution are also detailed.
The document concludes by mentioning the language follows certain grammar rules and the virtual machine uses specific instructions to run Ring code.