During launch, Logo executes the commands that you defined in the
Startup Commands section.
This can be used to configure Logo settings for all students.
A few examples:
Layouts
MAKE "LAYOUT list
The LAYOUT variable sets and returns the layout of Logo panels.
This is either the name of a layout, or a list of at least thee elements.
The Prompt
Make "PROMPT "
Define the text of the prompt. The above command, for example, removes the prompt altogether.