We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6bc7e1 + 7d9d649 commit 944c041Copy full SHA for 944c041
1 file changed
docs/screen.md
@@ -28,7 +28,7 @@ SCREEN is a library function to be included with the following command:
28
29
PRINT AT 9, 10; "A"
30
LET c$ = SCREEN$(9, 10)
31
-PRINT AT 0, 0; "The character at 10, 10 is "; c$
+PRINT AT 0, 0; "The character at 9, 10 is "; c$
32
```
33
34
##Remarks
0 commit comments