From fed2f5977afeb77c9ab3082640205383ccbb7a1b Mon Sep 17 00:00:00 2001
From: Quentin Leonetti <q.leonetti@gmail.com>
Date: Sun, 14 Jul 2019 05:23:03 +0200
Subject: [PATCH] puts back the simpler array example

---
 examples/arrays.lisp | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/examples/arrays.lisp b/examples/arrays.lisp
index c1024b1..2a71a15 100644
--- a/examples/arrays.lisp
+++ b/examples/arrays.lisp
@@ -11,6 +11,14 @@
     (1 2 3 4 5))
 )
 
+(
+  (clear)
+  (map (lambda (a)
+    (stroke (rect (mul a 30) 20 50 50)
+  1 "red"))
+  (range 0 20 5))
+)
+
 (
   (clear) 
   (map (lambda (a)