|
|
The default value at any prompt is bound to the Scheme symbol "
_'' (underscore) so that the default value can form part of a Scheme expression. For example, if you want to decrease a default value so that it is one-third of the original value, you could enter
shrink-factor [0.8] (/ _ 3) |