Delay

Run Settings
LanguageLua
Language Version
Run Command
local function delay(time, func) local endTime = os.clock() + time local timeElapsed = os.clock() while timeElapsed ~= endTime do timeElapsed = os.clock() end func() end delay(0.00001, function() print("hru") end)
Editor Settings
Theme
Key bindings
Full width
Lines