Files
NodeMCU_Lua/IDE_remote/WebIDE/Matthieu Borgognon/a_script1.lua
2019-10-20 12:32:30 +02:00

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
]]