| |
isbool
Purpose:
Checks whether a value is of type Boolean.
The value can be of any type but must be declared in case of a
variable or object field.
Return Values:
Returns true if and only if value is of type Boolean, otherwise false.
Example:
input: | resulting output:
|
<? isbool("string")> | false |
<? isbool(3)> | false |
<? isbool(true)> | true |
<? isbool(emptytuple)> | false |
See Also:
isinteger(), isreal(), isstring(), istuple().
This page was dynamically generated by the
web application development tool RADpage
of H.E.I.
Selected blog articles :
3D Objects on HTML pages,
CSS Transition Visibility, and
CSS Transition Display.
© 1996-2024 H.E.I. All Rights Reserved.
|