Variables & Logs
Variables can be used to store values during application runtime. The supported types are strings, numbers, and array of both.
Variables can be initalised using variable as the keyword followed by the variable name, as an example:
To assign new values to variables, the varchange keyword must be used, as an example:
Variables can also be used as values in other values and variable types are flexible - therefore a string can be assigned to anotherVariable that was previously assigned an integer. However, arithmetic operators can only be used on integers/floats.
Logs
The varlog module allows for printing logs into the application console. To create log, simply create the instruction and add the log as a parameter.
Logs are archived regularly per 100 lines of logs and can be accessed by selecting your application in the dashboard and clicking Archives. The archives are formatted as array of JSON objects separated by comma.
Questions?
Let us know on contact@frames.sh.
Last updated