aboutsummaryrefslogtreecommitdiffstats
path: root/coerce.txi
blob: a039ded0bfcec6096922c5c92b77ecd3ab70490d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

@defun type-of obj

Returns a symbol name for the type of @var{obj}.
@end defun


@defun coerce obj result-type

Converts and returns @var{obj} of type @code{char}, @code{number},
@code{string}, @code{symbol}, @code{list}, or @code{vector} to
@var{result-type} (which must be one of these symbols).
@end defun