repeat(f, n) := thru n do f()$ test() := print("test")$ repeat(test, 3);