Add support for push ('[') and pop (']') operations
This commit is contained in:
parent
1b2defc067
commit
05feb56763
4 changed files with 43 additions and 17 deletions
|
@ -8,4 +8,4 @@ import Examples
|
|||
main :: IO ()
|
||||
main =
|
||||
display (InWindow "L-System" (200, 200) (10, 10)) black (color white pic)
|
||||
where pic = drawLSystem $ iterateLSystem 5 gosper
|
||||
where pic = drawLSystem $ iterateLSystem 7 plant
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue