remove pl library

This commit is contained in:
Evgeny
2021-08-08 21:07:39 +03:00
parent 92ffa7d20f
commit 10381f32a1
5 changed files with 50 additions and 12 deletions

View File

@@ -1,7 +0,0 @@
sx = require 'pl.stringx'
function on_resume()
local string = "String with spaces"
local s_list = sx.split(string, " ")
ui:show_text(s_list[3])
end