diff --git a/examples/arrays.lisp b/examples/arrays.lisp index e2dbf47..2f99e20 100644 --- a/examples/arrays.lisp +++ b/examples/arrays.lisp @@ -19,8 +19,8 @@ '(stroke (rect (mul %1 10) - (add 50 (mul (sin %1) 40)) - %1 + (add 250 (mul (sin %1) 250)) + (mul 4 %1) (add 20 (mul (cos %1) 50))) 1 "red") (range 0 200 5))