diff options
author | Bruno Cichon <ebrasca.ebrasca@openmailbox.org> | 2016-10-21 21:13:18 +0200 |
---|---|---|
committer | Bruno Cichon <ebrasca.ebrasca@openmailbox.org> | 2016-10-21 21:13:18 +0200 |
commit | 38e61b9e9a701968cc096c58d75cb2954a7484eb (patch) | |
tree | d0659fcb870719b26280e7af3b0ca0ef2c49afed /examples/l-system-exemple.lisp | |
parent | c14d5f24617c0c4bde337ba163a33fb4276166a2 (diff) |
Ugrade paremeters of rules.
Diffstat (limited to 'examples/l-system-exemple.lisp')
-rw-r--r-- | examples/l-system-exemple.lisp | 2 |
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)) |