Skip to content

Commit 275e1e2

Browse files
authored
Merge pull request #260 from boriel/feature/update_ATTR_doc
Update ATTR doc syntax
2 parents 153dc46 + 2fd29d6 commit 275e1e2

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)