Abs: Difference between revisions
Jump to navigation
Jump to search
Created page with "'''abs''' ''<value>'' Calculates the absolute value of <value> and stores it back into <value>. Category:Gamevar manipulation" |
Doom64hunter (talk | contribs) mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
'''abs''' | <span {{code}}>'''abs''' <var> </span> | ||
<span {{code}}>'''klabs''' <var> </span> | |||
Calculates the absolute value of <var> and stores it back into <var>. | |||
[[Category:EDuke32 specific commands]] | |||
[[Category:Gamevar manipulation]] | [[Category:Gamevar manipulation]] |
Latest revision as of 06:04, 12 January 2021
abs <var>
klabs <var>
Calculates the absolute value of <var> and stores it back into <var>.