mirror of
https://github.com/clockworkpi/PicoCalc.git
synced 2026-03-19 02:22:37 +01:00
4 lines
185 B
Lua
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 |