type/||
check for an expression of type `||`
Calling Sequence
Parameters
Description
Examples
type(expr, `||`)
expr
-
expression
This command returns true if expr is an unevaluated concatenated object, and false otherwise.
A concatenated object remains unevaluated if its right-hand argument does not evaluate to an expression of one of the following types.
integer
float
name
range
string
type⁡p‖i,`||`
false
type⁡a‖43,`||`
true
type⁡n‖45.67,`||`
r≔poly‖x3−2⁢x
type⁡r,`||`
See Also
cat
type
type/integer
type/name
type/range
type/string
||
Download Help Document