summaryrefslogtreecommitdiffstats
path: root/tde-i18n-de/data/kdeedu/kturtle/einmaleins.logo
blob: d59f6052aeda4dfad6f168f9003c4dbf0d2612cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# drucke das Einmaleins

lösche
verberge
stifthoch
gehe 10, 0

n = eingabefenster "Gib eine Zahl ein und ich drucke das Einmaleins"

von x = 0 bis 10 [
  rückwärts 20
  r = x * n
  drucke x+" * "+n+" = "+r
]