18 lines
228 B
Lua
18 lines
228 B
Lua
|
|
|
|
f= "web_ide.lc" if file.exists(f)==false then
|
|
print("no exist")
|
|
end
|
|
|
|
|
|
|
|
--[[
|
|
f= "web_ide.lua" if file.exists(f) then dofile(f) end
|
|
|
|
|
|
node.compile("hello.lua")
|
|
|
|
|
|
f= "web_ide.lc" if file.exists(f) then dofile(f) end
|
|
]]
|