Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

Lua string

-- Strings are immutable. Immutable simply means unmodifiable or unchangeable.
a = 'this is a string'
 
PREVIOUS NEXT
Tagged: #Lua #string
ADD COMMENT
Topic
Name
6+8 =