From 681513c0a173540238f47da0d3d49d91fac1d710 Mon Sep 17 00:00:00 2001
From: Robert Jelic <36573031+NoryiE@users.noreply.github.com>
Date: Sat, 2 Apr 2022 13:14:58 +0200
Subject: [PATCH] Updated Program (markdown)
---
Program.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Program.md b/Program.md
index 4c83379..87b8c91 100644
--- a/Program.md
+++ b/Program.md
@@ -31,7 +31,7 @@ local mainFrame = CreateFrame("myFirstFrame"):show()
local aProgram = mainFrame:addProgram("myFirstProgram"):show()
aProgram:execute("rom/programs/fun/worm.lua") -- executes worm, have fuuuuuuuuuuuuuuun - only hard difficulty ok?
````
-**args:**-
+**args:** filepath - the path to the program you want to execute
**returns:** the object
## stop