$FUNCNAME$
  MOD()
$CATEGORY$
  NUMERIC
$SUMMARY$
   Return the modulus of two numbers
$LANG_RU$
        .
$SYNTAX$
     MOD(<nDividend>, <nDivisor>) --> nRemainder
$LANG_RU$
     MOD(<>,<>) --> .
$ARGUMENTS$
     <nDividend> is the dividend of the division operation.
     <nDivisor> is the divisor of the division operation.
$LANG_RU$
     <> -    .
     <> -    
$RETURNS$
     MOD() returns a number representing the remainder of <nDividend> divided
     by <nDivisor>.
$LANG_RU$
     MOD()  ,     
     <>  <>.
$DESCRIPTION$
     MOD() is a numeric function that emulates the dBASE III PLUS MOD()
     function.

     MOD() is supplied as a compatibility function and therefore not
     recommended.  It is superseded entirely by the modulus operator (%).
$LANG_RU$
     MOD() -  ,   dBASE III PLUS
      MOD().      
     xClipper -    (%).
      MOD()    ,    
         -    (%).
$SEEALSO$

$END$
