Workspace Properties

The properties of the Logo variable WORKSPACE describe the workspace available for Logo.

SIZE   The size of the Logo workspace. This is, for Windows, the size of the workspace of the Logo frame window containing all other windows; on the Macintosh, it is the size of the desktop workspace. Read only.
COLORS   The number of colors that the computer can display. Read only
MAXIMIZED   The maximized state of the workspace (valid for the Windows version only, ignored on the Macintosh).
LAST.LAUNCH   Contains the ID of the last procedure that Logo launched as a response to a menu command (ONCOMMAND), a click or double-click on a control or bitmap, or as a result of the LAUNCH command.

Top