Go to the first, previous, next, last section, table of contents.


callable?

Function: callable? { any -> tOrNil }
file: job.t
package: muf
status: alpha

This function is nil unless the argument can be successfully called. Currently, it will return non-nil if the argument is either a compiledFunction or else a symbol with a compiledFunction in the function slot.


Go to the first, previous, next, last section, table of contents.