type/last_name_eval
check for an expression that obeys last name evaluation rules
Calling Sequence
Parameters
Description
Examples
type(e, 'last_name_eval')
e
-
any expression
The expression type(e, 'last_name_eval') returns the value true if the expression e conforms to last name evaluation rules, and returns false otherwise. Expressions that follow last name evaluation rules are tables, procedures, and modules. Last name evaluation rules are described in the help page last_name_eval.
type⁡eval,last_name_eval
true
type⁡moduleend module,'last_name_eval'
type⁡table⁡,last_name_eval
type⁡a+2,last_name_eval
false
type⁡sin,cos,tan,last_name_eval
hastype⁡sin,cos,tan,last_name_eval
See Also
last_name_eval
module
procedure
table
type
type/module
type/procedure
type/table
Download Help Document