here is the code.
NOTE: this is just a tutorial code. I am learning. XD
it wouldn't let me post anything in the computercraft help forum. :/
Code:
print("Hello World!")
local x = 6
print("Variable: "..x)
if x>5 then
print("Greater!")
elseif x<5
print("Lesser!")
else
print("equal")
end
print("We're Done!")
NOTE: this is just a tutorial code. I am learning. XD
it wouldn't let me post anything in the computercraft help forum. :/