summaryrefslogtreecommitdiffstats
path: root/tde-i18n-nl/data/tdeedu/kturtle/krullen.logo
diff options
context:
space:
mode:
Diffstat (limited to 'tde-i18n-nl/data/tdeedu/kturtle/krullen.logo')
-rw-r--r--tde-i18n-nl/data/tdeedu/kturtle/krullen.logo13
1 files changed, 13 insertions, 0 deletions
diff --git a/tde-i18n-nl/data/tdeedu/kturtle/krullen.logo b/tde-i18n-nl/data/tdeedu/kturtle/krullen.logo
new file mode 100644
index 00000000000..e745671c16b
--- /dev/null
+++ b/tde-i18n-nl/data/tdeedu/kturtle/krullen.logo
@@ -0,0 +1,13 @@
+# curly.logo
+
+alsnieuw
+penop
+vooruit 50
+penneer
+
+herhaal 4 [
+ voor x = 1 tot 100 [
+ vooruit 10
+ draairechts 100 - x
+ ]
+]