Добавлены профессиональными переводчиками и компаниями и на основе веб-страниц и открытых баз переводов.
guldet uppe på sjuan är huvudutmaningen. klättra upp till rutan längst till vänster på sjuan från början, och vänta där till fienderna fyller i hålen ovanpå sjuan.
the gold on top of the 7 is the main challenge. in the beginning, climb to the left most square of the top of the 7 and wait there until enemies fill the holes on top of the 7.
snurran för är en räknande snurra. den håller räkning åt dig. för $x = 1 till 10 { skriv $x * 7 framåt 15 } varje gång koden mellan krullparenteserna utförs ökas x med ett, till x når värdet 10. koden mellan krullparenteserna skriver ut x multiplicerat med 7. när programmet har kört färdigt, ser du sjuans multiplikationstabell på duken.
the for loop is a counting loop, ie; it keeps count for you. for x = 1 to 10 [ print x * 7 forward 15 ] every time the code between the brackets is executed the x is increased by 1, till x reaches the value of 10. the code between the brackets prints the x multiplied by 7. after this program finishes its execution you will see the times table of 7 on the canvas.