Caligo Mon, 17 Jan 2011 10:59:55 -0800
How is this: repeat("abc", 3) -> ["abc", "abc", "abc"]
repeated("abc", 3) -> "abcabcabc"