always

Returns a function that always returns a particular object.  The function can be called with any number of arguments.  The function ignores its arguments and always returns object.

Exported from

Arguments

objectAn instance of <object>.

Values

functionAn instance of <function>.
The common-dylan module.
Whenever possible, we have tried to keep the Dylan module pristine and unextended, preferring to add our extensions to separate modules or libraries.
The class of all Dylan objects.
The class of objects that can be applied to arguments.