type/builtin
Calling Sequence
Description
Supertypes
Examples
type(e::anything, 'builtin')
An expression is of type builtin if it is a procedure with option builtin. (See option.) This type helps to identify those procedures that are implemented in the Maple kernel, rather than the library.
It may be used with anames to list all builtin procedures. For example anames(builtin).
type/procedure
type⁡a2,3,builtin
false
type⁡subs,builtin
true
type⁡int,builtin
See Also
option
procedure
type
Download Help Document