summaryrefslogtreecommitdiffstats
path: root/kturtle/data/curly.logo
diff options
context:
space:
mode:
Diffstat (limited to 'kturtle/data/curly.logo')
-rw-r--r--kturtle/data/curly.logo13
1 files changed, 13 insertions, 0 deletions
diff --git a/kturtle/data/curly.logo b/kturtle/data/curly.logo
new file mode 100644
index 00000000..f24ebab3
--- /dev/null
+++ b/kturtle/data/curly.logo
@@ -0,0 +1,13 @@
+# curly.logo
+
+reset
+penup
+forward 50
+pendown
+
+repeat 4 [
+ for x = 1 to 100 [
+ forward 10
+ turnright 100 - x
+ ]
+] \ No newline at end of file