In stack-based languages such as PostScript or Forth, a command which subtracts the topmost number on the stack from that beneath it, leaving the result on the top of the stack.

Example:

5 3 sub => 2