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

@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