🌈 搜索
📅  最后修改于: 2022-03-11 14:54:55.882000             🧑  作者: Mango
-- to concatenate use two dots like this => .. -- Example: text1 = "Hello" text2 = "World" print(text1..", "..text2)