Perl Programming/Keywords/abs
Appearance
The abs keyword
[edit | edit source]Function abs returns the absolute value of VALUE, or of $_, if VALUE is omitted.
Syntax
[edit | edit source] abs VALUE
abs
Examples
[edit | edit source]
Previous: __PACKAGE__ | Keywords | Next: accept |
Function abs returns the absolute value of VALUE, or of $_, if VALUE is omitted.
abs VALUE
abs
Previous: __PACKAGE__ | Keywords | Next: accept |