This function returns the remainder of the result of a division of the two arguments. Usage: @mod( "21", "9" ) results in "3". @mod( "-21", "9" ) results in "6". @mod( "21", "-9" ) results in "-6". @mod( "-21", "-9" ) results in "-3".