L


Intro       Symbols A B C D E F G H I J K L M N O P Q R S T U V W X Y Z       Index  
list-all-scales [Function]

Returns a list of all scale objects currently defined.

See Also:

defscale, defscales.lisp

 


*listing-length* [Variable]

Limits the number of objects that Stella's list command displays if no upper bound is specified. The default length is 50.

See Also:

defscale, list command

 


lookup x values [Function]

Returns the value of x in values.

Example:

? (lookup 75 '(0 moe 50 curley 100 larry))
CURLEY

See Also:

interp, interpl, interpolation,