Abs
From M.U.G.E.N Wiki
Trigger: Abs (math)
Computes the absolute value of its argument.
- Format:
- abs(exprn)
- Arguments:
- exprn
- Expression to compute the absolute value of.
- Return type:
- Same as the type of exprn.
- Error conditions:
- Returns SFalse if exprn evaluates to SFalse.
