Add string.split function

This commit is contained in:
Lejo 2019-12-15 20:21:00 +01:00 committed by GitHub
parent 9b58f8db29
commit f1ff092770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -463,6 +463,7 @@ local function create_environment(pos, mem, event, itbl, send_warning)
reverse = string.reverse,
sub = string.sub,
find = safe_string_find,
split = string.split,
},
math = {
abs = math.abs,