diff options
Diffstat (limited to 'example/script/find_hello.lua')
| -rw-r--r-- | example/script/find_hello.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/script/find_hello.lua b/example/script/find_hello.lua index 89037c0..c4fb80b 100644 --- a/example/script/find_hello.lua +++ b/example/script/find_hello.lua @@ -1,4 +1,4 @@ -local ss = tsg.data +local ss = TSG.data print("[lua]:the parameter of lua function is '"..ss.."'") print("[lua]:start find 'hello'...") local index_s, index_e = string.find(ss, 'hello') |
