N
Size: a a a
N
N
N
AB
TrimSpace returns a slice of the string s, with all leading and trailing white space removed, as defined by Unicode.
AB
VM
for key,value in pairs(table) do
print(key,value)
end
с
for k, v := range table {
println(k, v)
}
RL
VM
VM
VM
VM
AB
AB
с
AB
N
VY