All Operators
* Operator
/ Operator
\ Operator
+ Operator
OPERATOR: -
Implemented in version 1.0
-
The
-
operator has two uses. It is used for subtracting numbers. It also is used to indicated the sign of a number (i.e., -4.5832).
Code:
<% total = 5.678 - 0.234 - 23.1 %>
Output:
-17.656
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information