From 571c5908fbad70d576aa7ddea6fc626ffae87a84 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Mon, 25 Apr 2022 23:21:29 +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 b907a59..5679b8c 100644 --- a/Program.md +++ b/Program.md @@ -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
**returns:** the object