3 lines
76 B
Text
3 lines
76 B
Text
|
|
local a = range(1, 13):map(|i| -> tostring(i)):sort():concat(", ")
|
||
|
|
print(a)
|