summaryrefslogtreecommitdiffstats
path: root/tde-i18n-nb/data/kdeedu/kturtle/gangetabell.logo
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-21 02:23:03 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-21 02:23:03 -0600
commit9b58d35185905f8334142bf4988cb784e993aea7 (patch)
treef83ec30722464f6e4d23d6e7a40201d7ef5b6bf4 /tde-i18n-nb/data/kdeedu/kturtle/gangetabell.logo
downloadtde-i18n-9b58d35185905f8334142bf4988cb784e993aea7.tar.gz
tde-i18n-9b58d35185905f8334142bf4988cb784e993aea7.zip
Initial import of extracted KDE i18n tarballs
Diffstat (limited to 'tde-i18n-nb/data/kdeedu/kturtle/gangetabell.logo')
-rw-r--r--tde-i18n-nb/data/kdeedu/kturtle/gangetabell.logo15
1 files changed, 15 insertions, 0 deletions
diff --git a/tde-i18n-nb/data/kdeedu/kturtle/gangetabell.logo b/tde-i18n-nb/data/kdeedu/kturtle/gangetabell.logo
new file mode 100644
index 00000000000..12983894d94
--- /dev/null
+++ b/tde-i18n-nb/data/kdeedu/kturtle/gangetabell.logo
@@ -0,0 +1,15 @@
+# Skriver opp gangetabeller.
+
+nullstill
+arkstørrelse 300,250
+skjul
+løftpenn
+gåtil 10, 0
+
+n = tekstinn "Skriv inn tallet du vil se gangetabellen til:"
+
+for x = 0 til 10 [
+ bak 20
+ r = x * n
+ skriv x," × ",n," = ",r
+]