diff --git a/test.klambda b/test.klambda index 013d667..0ac3b16 100644 --- a/test.klambda +++ b/test.klambda @@ -19,7 +19,7 @@ INCLUDE:./lib/aids.klambda (id spit (cond (% i 15) (cond (% i 5) (cond (% i 3) i "fizz") "buzz") "fizzbuzz"))) (def moeblob ("moe" "moe~" "kyun!!")) -(loop 0 (- (length moeblob) 1) - (id spit (at i moeblob))) +(each moeblob + (id spit item)) (thesis) \ No newline at end of file