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#257 from spectrumcomputing/patch-1
Browse files Browse the repository at this point in the history
Update screen.md
  • Loading branch information
boriel committed Mar 26, 2020
2 parents e6bc7e1 + 7d9d649 commit 944c041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/screen.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SCREEN is a library function to be included with the following command:
PRINT AT 9, 10; "A"
LET c$ = SCREEN$(9, 10)
PRINT AT 0, 0; "The character at 10, 10 is "; c$
PRINT AT 0, 0; "The character at 9, 10 is "; c$
```

##Remarks
Expand Down

0 comments on commit 944c041

Please sign in to comment.