1
0
mirror of https://github.com/tilleul/apple2.git synced 2024-05-28 09:41:28 +00:00

Update README.md

This commit is contained in:
tilleul 2022-09-25 17:43:40 +02:00 committed by GitHub
parent 6d6ba48194
commit 3c8ad08676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,8 @@ If you want your text to be printed in inverse, all you have to do is issue an `
```basic
INVERSE: PRINT "YOU WIN 10 POINTS !"
```
![Inverse](img/inverse.png)
If you don't issue a `NORMAL` command, then all the subsequent `PRINT`s will display text in `INVERSE`. The same goes for `FLASH`.
Now, if you want to mix `NORMAL`/`INVERSE`/`FLASH` modes in the same string, your only option is to issue several `PRINT`s and adjust the text mode accordingly in between.