View Raw SPL
ismatrix(s = refwindow(w0))
{
        local status;

        status = (itemtype(s) == 2);

        return(status);
}