![]()  | 
    
       Type in a command, or "ls dictionary" to search all commands for "dictionary", etc. 
      
     | 
  
NAME
    Subtract - adds values together
SYNOPSIS
    Subtract [VALUE1] [VALUE2]
EXAMPLES
    Subtract 100 10    (returns: 90)
    Subtract 2 10    (returns: -8)
DESCRIPTION
    This command subtracts the first number from the second, and returns the result.
AUTHOR
    Allen Ormond <aormond (at) fromrocks (dot) com>