| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. |
Arguments: [:i] [:c] [:r] [name|index] value
This command sets the value of the specified register to value, which is evaluated. The register is identified by name if interpreted, or name or index if compiled. :register shows the current value of a local.
The :r option cause the :local command to display locals in raw mode. It can be used with this coomand to set raw values (by index, as names are not displayed in raw mode. See :local for more information on the option.
The minimal abbreviation of :set-local is :set-l.
This command operates on the focused process when multiprocessing is active. See :focus.
See top-level.htm for more information on top-level commands. See debugging.htm for information on the debugger.
Copyright (c) 1998-2015, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 10.0. This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. |