Computer Science, asked by zaramansoori051, 11 months ago

How do you call a procedure in Logo​

Answers

Answered by TheMortaL
0

Explanation:

Once a procedure has been created, it can be used just the way a built-in command is used. ... (Reserved words in Logo cannot be used as variables and have a well-defined meaning and use.) ... In this case, we would type ‘square’ on the command line and Logo looks up the commands to.

Answered by sanskriti726
0

Answer:

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