We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d6871d commit cf568c1Copy full SHA for cf568c1
1 file changed
ccemu/ccemu.lua
@@ -511,6 +511,7 @@ env = {
511
string = string,
512
table = table,
513
coroutine = coroutine,
514
+ bit32 = bit32,
515
term = {
516
clear = function() local x, y = term.getCursor() term.clear() term.setCursor(x, y) end,
517
clearLine = function() local x, y = term.getCursor() term.clearLine() term.setCursor(x, y) end,
0 commit comments