Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request boriel-basic#260 from boriel/feature/update_ATTR_doc
Browse files Browse the repository at this point in the history
Update ATTR doc syntax
  • Loading branch information
boriel committed Mar 28, 2020
2 parents 153dc46 + 2fd29d6 commit 275e1e2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/attr.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@

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


```
#include <attr.bas>
```

##Description
`ATTR(row, col)`

Returns the ATTR (color attribute) of the given screen coordinate at the given row and column.


##Sample usage

```
Expand Down

0 comments on commit 275e1e2

Please sign in to comment.