From 1b87903037a709bf014df745bb03e1bde1ea66f6 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Wed, 19 Apr 2017 03:53:21 +1000 Subject: [PATCH] Added a basic readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..accd935 --- /dev/null +++ b/README.md @@ -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.