summaryrefslogtreecommitdiffstats
path: root/tde-i18n-ru/data/kdeedu/kturtle/timestables.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-ru/data/kdeedu/kturtle/timestables.logo
downloadtde-i18n-9b58d35185905f8334142bf4988cb784e993aea7.tar.gz
tde-i18n-9b58d35185905f8334142bf4988cb784e993aea7.zip
Initial import of extracted KDE i18n tarballs
Diffstat (limited to 'tde-i18n-ru/data/kdeedu/kturtle/timestables.logo')
-rw-r--r--tde-i18n-ru/data/kdeedu/kturtle/timestables.logo15
1 files changed, 15 insertions, 0 deletions
diff --git a/tde-i18n-ru/data/kdeedu/kturtle/timestables.logo b/tde-i18n-ru/data/kdeedu/kturtle/timestables.logo
new file mode 100644
index 00000000000..375c26106a3
--- /dev/null
+++ b/tde-i18n-ru/data/kdeedu/kturtle/timestables.logo
@@ -0,0 +1,15 @@
+# Таблица умножения
+
+сброс
+нов_размер_холста 300,250
+спрячь
+перо_подними
+иди 10, 0
+
+n = окно_вопроса "Введите число, для которого нужно сделать таблицу умножения"
+
+для x = 0 до 10 [
+ назад 20
+ r = x * n
+ напиши x," × ",n," = ",r
+]