the first character of a procedure should always be a :-
1.letter
2.number
3.symbol
2. we use double quote before the name of a ______ to give a SAVE command
1.file
2.command
2 procedure
Answers
Answer:
i think first answer is number
and second is command
1. Number
2. File
Procedures offer a means of encapsulating a group of commands. A procedure can be used just like a built-in command once it has been developed. The meaning of each command in a procedure is its "meaning."
The reserved term "to" and the process name appear on the first line of a procedure without arguments. (In Logo, reserved words have a specific meaning and function and cannot be used as variables.) On the final line, the word "end" is reserved.
The following rules apply when writing a procedure: A procedure name may contain letters, numbers, and symbols.
Save Command:- This command saves the composition now open in the window to the corresponding file name. The Save As command will be used automatically if the composition has not yet been given a name.
To know more refer the links:-
https://brainly.in/question/17858749
https://brainly.in/question/6942714
#SPJ3