abs: Difference between revisions
Categories:
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
back to [[Scripting_Reference#A|COMREF]] | |||
== '''abs ''x''''' == | == '''abs ''x''''' == | ||
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
back to [[Scripting_Reference#A|COMREF]] | |||
== '''abs ''x''''' == | == '''abs ''x''''' == | ||
back to COMREF
Operand types:
x: Number
Type of returned value:
Description:
Absolute value of x.
Example:
_a = abs -3 ..........Result is 3