Feed The Beast Wiki
Feed The Beast Wiki
Advertisement
This article is a stub. You can help Feed The Beast Wiki by expanding it.

A language that is used in Computercraft. It has many functions and Dan has modified it so then it is easier to use!


Ex: Hello World


print("Hello Word")

"print" will show text on screen


print("Hi")   -- Shows text on screen

sleep(1)     --Makes The Computer Wait 1 Second

print("There") --Makes it show Hi There :D


term.clear()  -- Clears the screen from anything

term.setCursorPos(x,y) --Sets the Cursor pos. (X and Y = Coordinates on screen)

Look more on computercraft.info for more info on LUA or Lua.org

Advertisement