本文档基于 CC协议(Creative Commons Share-Alike License)发布,是developer.mozilla.com, www.mozref.comwww.aptana.com共同劳动的成果。

-

Subtracts the value of a number from another number.

Syntax

numberA - numberB

Example

myVar = 4 - 1;
//myVar = 3;