summaryrefslogtreecommitdiff
path: root/examples/graftals/Dragon.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graftals/Dragon.gf')
-rw-r--r--examples/graftals/Dragon.gf13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/graftals/Dragon.gf b/examples/graftals/Dragon.gf
deleted file mode 100644
index ff151ce95..000000000
--- a/examples/graftals/Dragon.gf
+++ /dev/null
@@ -1,13 +0,0 @@
-concrete Dragon of Graftal = {
-lincat N = {x : Str; y : Str} ;
-lincat S = {s : Str} ;
-
-lin z = {x = ""; y = ""} ;
-lin s x = {x = x.x ++ R ++ x.y ++ F ++ R; y = L ++ F ++ x.x ++ L ++ x.y} ;
-lin c x = {s = "newpath 300 550 moveto" ++ F ++ x.x ++ "stroke showpage"} ;
-
-oper F : Str = "0 5 rlineto" ;
-oper L : Str = "+90 rotate" ;
-oper R : Str = "-90 rotate" ;
-
-} \ No newline at end of file