neg$QMARK_ function

bool neg$QMARK_(
  1. dynamic n$1
)

Implementation

dc.bool neg$QMARK_(dc.dynamic n$1, ){
return (0>(n$1 as dc.num));
}