4 lines
60 B
Text
4 lines
60 B
Text
|
|
local str="live"
|
||
|
|
put str & "code" into str2
|
||
|
|
put str && str2
|