-
-
Notifications
You must be signed in to change notification settings - Fork 19
OSL ‐ Program Flow
DanimalsTCGYT edited this page Aug 4, 2024
·
15 revisions
mainloop:
This label serves as the entry point for an application's script after the first run cycle. It's where the program starts running after the initial setup.
-
run ["command","command2"]
:- The
run
command loops through a JSON array, executing the specified commands inside the array.
- The
Example:
run ["command1", "command2"]
originOS is a web desktop gui with a self contained file system, programming languages, internet system and a whole lot of stuff an os should be able to do Use originOS here