11 The Built-In Classes
<object>
<character>
.
Function | Description | Page | |
---|---|---|---|
< | Returns true if its first operand is less than its second operand. | 256 | |
as-uppercase | Coerces an object to uppercase. | 275 | |
as-lowercase | Coerces an object to lowercase. | 276 | |
as | Coerces an object to a type. | 273 |
<object>
as
function: as(<symbol>, string)
and as(<string>, symbol)
. Any string can be used.
Function | Description | Page | |
---|---|---|---|
as | Coerces an object to a type. | 273 |
<object>
#t
and #f
are general instances of <boolean>
. Note that for the purposes of conditional expressions, all objects besides #f
count as true. (This does not imply any other objects are instances of <boolean>
.)
Generated with Harlequin WebMaker