summaryrefslogtreecommitdiff
path: root/examples/l-system-exemple.lisp
diff options
context:
space:
mode:
authorBruno Cichon <ebrasca.ebrasca@openmailbox.org>2016-10-21 21:13:18 +0200
committerBruno Cichon <ebrasca.ebrasca@openmailbox.org>2016-10-21 21:13:18 +0200
commit38e61b9e9a701968cc096c58d75cb2954a7484eb (patch)
treed0659fcb870719b26280e7af3b0ca0ef2c49afed /examples/l-system-exemple.lisp
parentc14d5f24617c0c4bde337ba163a33fb4276166a2 (diff)
Ugrade paremeters of rules.
Diffstat (limited to 'examples/l-system-exemple.lisp')
-rw-r--r--examples/l-system-exemple.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/l-system-exemple.lisp b/examples/l-system-exemple.lisp
index bb16ecc..5f999c1 100644
--- a/examples/l-system-exemple.lisp
+++ b/examples/l-system-exemple.lisp
@@ -1,6 +1,6 @@
(in-package #:l-system-examples)
-(-> f (x)
+(-> f ()
(f 1)
(j 1)
(f 1))