_G

Stubs for the CC: Tweaked globals our docs reference. Lets illuaminate tokenize and highlight Lua snippets in guide pages. Not shipped at runtime.

sleep(time)Pause execution for time seconds.
peripheralFind and control peripherals attached to this computer.
osThe os API.
parallelA simple way to run several functions at once.
sleep(time)Source

Pause execution for time seconds.

Parameters

  1. time
peripheralSource

Find and control peripherals attached to this computer.

osSource

The os API.

parallelSource

A simple way to run several functions at once.