From 828b9823ce46d44d66ce985ada84ea7aecf18574 Mon Sep 17 00:00:00 2001 From: ngradwohl <guru@local-guru.net> Date: Wed, 17 Jul 2019 06:28:27 +0200 Subject: [PATCH] added comments --- examples/g_spiral1.lisp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/g_spiral1.lisp b/examples/g_spiral1.lisp index c2fcc22..741ef27 100644 --- a/examples/g_spiral1.lisp +++ b/examples/g_spiral1.lisp @@ -1,3 +1,6 @@ +; animated recusive spiral +; click on "toggle animation" +; by @local_guru ( (defn rec (v)