number$QMARK_ function

bool number$QMARK_(
  1. dynamic x$1
)

Implementation

dc.bool number$QMARK_(dc.dynamic x$1, ){
return (x$1 is dc.num);
}