Untitled

Run Settings
LanguageLua
Language Version
Run Command
string = "Hello World!" byted = "string.char(%s)" byted1 = "" string:gsub(".", function(s) byted = byted:format(s:byte() .. ", %s") byted1 = byted1 .. "\\" .. s:byte() end) byted = byted:sub(1, #byted - 5) .. ")" print(byted) print(byted1)
Editor Settings
Theme
Key bindings
Full width
Lines