🌈 搜索
📅  最后修改于: 2022-03-11 15:00:57.599000             🧑  作者: Mango
for n in 1...5 { print(n) } // Output: 1 2 3 4 5