You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
251 B
16 lines
251 B
13 years ago
|
# drukt de talefs af
|
||
|
|
||
|
alsnieuw
|
||
|
canvasmaat 250,300
|
||
|
verberg
|
||
|
penop
|
||
|
ganaar 10, 0
|
||
|
|
||
|
n = invoervenster "Voer het getal in waarvoor de tafel afgedrukt moet worden..."
|
||
|
|
||
|
voor x = 0 tot 10 [
|
||
|
achteruit 20
|
||
|
r = x * n
|
||
|
schrijf x," * ",n," = ",r
|
||
|
]
|