We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e124756 + 300fdb3 commit b607a67Copy full SHA for b607a67
src/SCRIPTS/BF/COMPILE/compile.lua
@@ -15,6 +15,7 @@ local function compile()
15
local file = io.open("COMPILE/scripts_compiled.lua", 'w')
16
io.write(file, "return true")
17
io.close(file)
18
+ assert(loadScript("COMPILE/scripts_compiled.lua", 'c'))
19
return 1
20
end
21
0 commit comments