Files
oraset/examples/test_string_error.oraset
T
2026-04-24 21:54:58 +08:00

5 lines
162 B
Plaintext

!! 测试不导入 string 库直接使用 split 函数
!! 不导入库直接使用(应该报错)
show(`不导入直接使用: `, string.split(`test`, `t`));