RosettaCodeData/Task/Variadic-function/AutoHotkey/variadic-function-2.ahk

4 lines
91 B
AutoHotkey
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
printAll(4, 3, 5, 6, 4, 3)
printAll(4, 3, 5)
2014-01-17 05:32:22 +00:00
printAll("Rosetta", "Code", "Is", "Awesome!")