add luafun sample

This commit is contained in:
Evgeny
2021-09-11 09:34:26 +03:00
parent 55706a2fc2
commit 0db90b7396
2 changed files with 16 additions and 0 deletions

7
samples/bad-script8.lua Normal file
View File

@@ -0,0 +1,7 @@
function on_resume()
for i = 1, 15 do
system:copy_to_clipboard("aaa")
ui:show_text(i)
end
end