| COMMAND | |
| Syntax | COMMAND number |
| Explanation | COMMAND executes the menu item
associated with its input. The number associated with the
particular menu item is transferred into Logo, and Logo
performs that command associated with the menu item. Use
this command to simulate menu selections or to activate
Logo procedures stored with the ONCOMMAND
command. Use the FINDMENUID
command to find a menu item number. |
| Example | COMMAND 32766 (a new window pops up) |