Int(
    ------------------
    Basic keyword
     
     
    Use: This function gives the nearest integer
    less than or equal to the number:
     
    Syntax is: Int(nr)
     
    Example:
     
    Int(3.14) = 3
    Int(-3.14) = - 4