1SYNOPSIS
2        int mappingp(mixed arg)
3
4DESCRIPTION
5        Returns 1 if the argument is a mapping, or 0 if it is not.
6
7SEE ALSO
8        mkmapping(E), m_indices(E), m_values(E), m_add(E),
9        m_delete(E), sizeof(E), widthof(E).  clonep(E), closurep(E),
10        floatp(E), objectp(E), intp(E), referencep(E), pointerp(E),
11        stringp(E), symbolp(E), structp(E)
12