Writing Text to the Screen

MSW Logo uses the "label" command to write text to the screen. eg LABEL "Hello will write the word Hello at the turtle position.

If you want several words to appear you can use an 'underscore' such as: LABEL "This_is_several_words, or use the 'list' feature by putting the text in square brackets. eg LABEL [This will write several words]

NOTE: The text will be written on the screen in relation to the turtle. If you rotate the turtle and then write the text it will appear rotated as well.

<- Back -Menu- Next ->