Catalog of DIESEL Functions
Catalog of DIESEL Functions
- (subtraction)
Returns
the sum of the numbers val1, val2, …, val9.
$(+,
val1
[,
val2
, …,
val9
])
If the
current thickness is set to 5, the following DIESEL string returns
15.
$(+, $(getvar,thickness),10)