Road-Like¶
Name: Road-Like
ID: roadlike
Author: OceanApocalypseStudios
Year: 2025
License: Unlicense
A standard made for those who wish to migrate from MFRoad to RSML. It uses MFRoad's operators, so users only need to focus on re-learning the base syntax, not the operators too.
Operators¶
Road-Like 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).
Road-Like does not define any special actions.