Updated Program (markdown)

Robert Jelic
2022-04-25 23:21:29 +02:00
parent 1f3decf7bd
commit 571c5908fb

@@ -26,7 +26,7 @@ executes the given path (-program)
````lua
local mainFrame = basalt.createFrame("myFirstFrame"):show()
local aProgram = mainFrame:addProgram("myFirstProgram"):show()
aProgram:execute("rom/programs/fun/worm.lua") -- executes worm, have fuuuuuuuuuuuuuuun - only hard difficulty ok?
aProgram:execute("rom/programs/fun/worm.lua") -- executes worm, have fuuuuuuuuuuuuuuun
````
**args:** filepath - the path to the program you want to execute<br>
**returns:** the object<br>