type/TEXT
check for TEXT
Calling Sequence
Parameters
Description
Examples
type(expr, TEXT)
expr
-
expression
This command returns true if expr is an object is a TEXT data structure, and false otherwise.
For the definition of a TEXT data structure, see the TEXT help page.
s≔TEXT⁡`this is the first item`,`this is the second item`,third:
type⁡s,TEXT
true
t≔TEXT⁡een,twee,drie:
type⁡t,TEXT
u≔TEXT⁡1:
type⁡u,TEXT
false
See Also
TEXT
type
type/string
Download Help Document