Skip to content

Words abs

Christopher Ross-Gill edited this page Aug 1, 2016 · 1 revision

Table of Contents

ABS

Returns the absolute value. ABS is an action value.

Arguments

value -- (Type: number! pair! money! time!)

Description

Returns a positive value equal in magnitude.

print absolute -123

print absolute -1:23

Categories

math Mathematical operations.

See also

- Returns the second value subtracted from the first.
negate Changes the sign of a number.
absolute Returns the absolute value.

Comments

Clone this wiki locally