Difference between revisions of "0095"
Jump to navigation
Jump to search
(Created page with '{{Icon|trilogy}} <hr /> '''Description''' : Takes the absolute value of a local variable integer value '''Syntax''' : 0095: make [''local var int''] absolute_integer '''Parameter…') |
|||
Line 1: | Line 1: | ||
− | {{Icon|trilogy}} | + | {{Icon|trilogy}} '''ABS_LVAR_INT''' |
<hr /> | <hr /> | ||
'''Description''' | '''Description''' | ||
: Takes the absolute value of a local variable integer value | : Takes the absolute value of a local variable integer value | ||
'''Syntax''' | '''Syntax''' | ||
− | : 0095: make ['' | + | : 0095: make [''var''] absolute_integer |
'''Parameter''' | '''Parameter''' | ||
− | : ['' | + | : [''var''] |
:: Local variable to pass the integer value and store absolute value of it | :: Local variable to pass the integer value and store absolute value of it | ||
'''Native analog''' | '''Native analog''' | ||
Line 12: | Line 12: | ||
== Keywords == | == Keywords == | ||
− | absolute, value, modulus, | + | absolute, value, modulus, int, local, var, [[math]] |
== See also == | == See also == |
Latest revision as of 09:47, 10 February 2015
Description
- Takes the absolute value of a local variable integer value
Syntax
- 0095: make [var] absolute_integer
Parameter
- [var]
- Local variable to pass the integer value and store absolute value of it
Native analog
Keywords
absolute, value, modulus, int, local, var, math