Official 25¶
Name: Official 25
ID: official-25
Author: OceanApocalypseStudios
Year: 2025
License: Unlicense
The language standard that's closest to an official language specification. Designed in 2025 by OceanApocalypseStudios to be universal and, for the lack of a better word, standard. It's used as the main language standard in the CLI as of v1.0.1 of RSML.
Operators¶
Official 25 defines the following tokens as operators.
Operator Name | Operator Token | Functionality |
---|---|---|
Primary | -> |
Returns val . |
Secondary | || |
Outputs val to the standard output (stdout ). |
Tertiary | ^! |
Throws an error (and ends evaluation) with error message val . |
Special Actions¶
Note
@EndAll
is built into RSML (see Special Actions).
Official 25 does not define any special actions.