Updated Component Computer (markdown)

CokaCola 2014-03-08 06:54:21 -08:00
parent bb20829dda
commit 134f629f50

@ -11,6 +11,7 @@ Callbacks:
Example use:
```lua
local component = require("component")
local c = component.computer -- get primary computer, e.g. self
print(c.isRunning()) -- definitely true if it's this computer
c.stop() -- basically like computer.shutdown() if it's this computer