LOGO COMMANDS

12345678910111213
Across
  1. 1. This operator command is used to add two or more numbers
  2. 3. this command tells you what the current settings of the turtle are
  3. 6. This operator command is used to give the difference between two numbers
  4. 7. This operator command is used to multiply two or more numbers
  5. 9. This operator command divides the two numbers and gives the quotient as an answer
  6. 12. This command displays the output on the Logo screen
  7. 13. This command sets the color of the brush
Down
  1. 1. This command sets the background color of the screen
  2. 2. This command is used to assign a value to a variable
  3. 4. this command uses the color of the brush set by using the setfloodcolor to flood an area
  4. 5. This command is used to give the output in the Commander Window
  5. 8. This operator command displays only the remainder of the division as the result
  6. 10. this command is used to print the output to the buffer
  7. 11. This command is used to display the value of the variable created using the Make command
  8. 13. This command is used to give ink color to the pen of the turtle