[Thread Prev] [Thread Next]
Hi!
About comments: Sure! You can write freely BETWEEN procedures. If you wish
to comment INSODE procedure, start your line with the character ";"
to test
;this is a comment
fd 50
end
this is a comment between procedures
to test2
fd 50
end
something else about spirals... to help kids understand what is going on:
to spiral :size :angle
if :size > 100 [stop]
;the next three lines are not necessary for drawing the spiral
(pr [the size is] :size)
(pr [tha angle is] :angle)
wait 5
;the previous three lines are not necessary for drawing the spiral
fd :size
rt :angle
spiral :size + 5 :angle
end
-----Original Message-----
From: mwforum-admin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
[mailto:mwforum-admin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Russell,
Ken
Sent: January 4, 2007 4:37 PM
To: mwforum@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Subject: RE: spirals
Alain and Daniel,
Your spirals are great! Thanks for your help!
Is there a way to "comment" in the procedures tab area--a way to keep notes
there that are not part of the code? I know how to do it in a few different
programs, but not sure how to do it in MW.
Thanks again.
Ken Russell
Bellingham Schools
Previous by thread:
RE: spirals
Next by thread:
position with random coordinates
To save an attachment to your computer, PC users should right-click (Mac users, click and hold the mouse button) on the link and then choose 'save target as' from the pop-up menu. A window will then pop up in which you can choose a location for the file.
|