Added a basic readme

This commit is contained in:
Izaya 2017-04-19 03:53:21 +10:00
parent 83ad20cd9d
commit 1b87903037
1 changed files with 12 additions and 0 deletions

12
README.md Normal file
View File

@ -0,0 +1,12 @@
#MultICE
## The MultIplexed Computing Environment for OpenComputers
### Base OS API
#### s(name,function,environment)
Spawns a process from `function` under the name `name`, with the environment table specified in `environment`. Environment doesn't really have much use right now.
#### l()
Returns the last event. Doesn't actually work right now.
#### h(...)
Pushes an event to the queue, with whatever data you specify. Generally used for IPC.