Computer Science, asked by vananabharti12345678, 4 months ago

what we have do after writing logo primitives?​

Answers

Answered by Anonymous
35

{ \huge{ \mathscr{ \fcolorbox{pink}{red}{ \fcolorbox{red}{pink} {\color{Red}{❥ANSWER}}}}}}

  • Logo Primitives. Primitives• Built in words in Microworlds Logo that tell the application what to do.• Example: fd, bk, show, pos. fd (forward)• Definition: Moves the turtle forward.

  • The procedure or subprogram must start with the word 'to', followed by a name we think of. The next step is to key-in all the same steps we would write on the command line. The procedure must end with the word 'end'. All comment or remark lines should be preceded by semi-colon (;).
Similar questions