Updated Program (markdown)

Robert Jelic
2022-04-02 13:14:58 +02:00
parent 73e7c565ac
commit 681513c0a1

@@ -31,7 +31,7 @@ local mainFrame = CreateFrame("myFirstFrame"):show()
local aProgram = mainFrame:addProgram("myFirstProgram"):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 - only hard difficulty ok?
```` ````
**args:**-<br> **args:** filepath - the path to the program you want to execute<br>
**returns:** the object<br> **returns:** the object<br>
## stop ## stop