string$QMARK_ function

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

Implementation

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