RosettaCodeData/Task/Long-year/AutoHotkey/long-year-2.ahk
2023-07-01 13:44:08 -04:00

6 lines
111 B
AutoHotkey

loop, 100{
y := 1999+A_Index
res .= Long_year(y) ? Y " ": ""
}
MsgBox % "Long Years 2000-2100 : " res
return