fn[test] PreludeFunction # Some comments list = [] for i in range(5) APPEND(list, i) end assert list == [0, 1, 2, 3, 4] end