mirror of
https://github.com/clockworkpi/PicoCalc.git
synced 2026-05-11 19:23:30 +02: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 |