Skip to content

Commit 71ef3a7

Browse files
committed
docs: update abs.md
1 parent 21ff36a commit 71ef3a7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/abs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
## Syntax
44

55

6-
```
6+
```basic
77
ABS(numericExpression)
88
```
99

1010

1111
## Description
1212

1313
Returns the absolute value of the given argument.
14-
Argument must be a numeric expression. Returned value has the same type as the input argument.
14+
Argument must be a numeric expression. The returned value has the same type as the input argument.
1515

1616
## Examples
1717

1818

19-
```
19+
```basic
2020
REM Absolute value
2121
LET a = -1
2222
PRINT "Absolute value of a is "; ABS(a)

0 commit comments

Comments
 (0)