Random code
an anonymous user
·
Lua
·

local one = false local two = true local ran = math.random(999999,9999999) if one == false then print(ran) end if ran >= 10 then print("Hello World") else print("Nope") end while true do print(ran) end
Click on the Run button to get started.
The code/input has changed since you last clicked on Run. Click it
again to see the updated changes.
Comments