Skip to content

Commit 2fd29d6

Browse files
committed
Update ATTR doc syntax
1 parent 153dc46 commit 2fd29d6

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/attr.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22

33
ATTR is a library function to be included with the following command:
44

5-
65
```
76
#include <attr.bas>
87
```
98

9+
##Description
10+
`ATTR(row, col)`
11+
12+
Returns the ATTR (color attribute) of the given screen coordinate at the given row and column.
13+
14+
1015
##Sample usage
1116

1217
```

0 commit comments

Comments
 (0)