16 lines
227 B
Lua
16 lines
227 B
Lua
|
|
|
|
f= "web_ide.lc" if file.exists(f) then dofile(f) else dofile(string.gsub(f, ".lc", ".lua")) end
|
|
|
|
|
|
|
|
--[[
|
|
f= "web_ide.lua" if file.exists(f) then dofile(f) end
|
|
|
|
|
|
|
|
|
|
|
|
f= "web_ide.lc" if file.exists(f) then dofile(f) end
|
|
]]
|