SolarOS 4.13.4 manual · app
lua
Embedded Lua runtime. It can run an interactive REPL or execute .lua scripts from storage. Lua scripts can use SolarOS service bindings when the selected firmware includes the corresponding packages. Foreground scripts can consume touch coordinates, relative mouse motion, buttons, and joystick axes through solaros.input.
Usage:
lua
lua file.lua [args...]
Controls:
exit([code])returns from the REPL or script and reports the optional exit- App-exit key interrupts running code or exits.
code to the launching shell.