Files
PicoCalc/Bin/PicoCalc SD/main.lua
2026-03-01 15:25:55 +08:00

4 lines
185 B
Lua

--ccedit = loadfile("cc/edit.lua")
--if ccedit then print("Editor loaded") end
browser = loadfile("lua/browser.lua")
if browser then print("File browser available at: browser()") end