From 3c8ad08676ccbca9bce223d7d1f88efe0356b0ac Mon Sep 17 00:00:00 2001 From: tilleul Date: Sun, 25 Sep 2022 17:43:40 +0200 Subject: [PATCH] Update README.md --- stranger_things/003 - Inline Text Modes/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stranger_things/003 - Inline Text Modes/README.md b/stranger_things/003 - Inline Text Modes/README.md index 42bd536..79cf616 100644 --- a/stranger_things/003 - Inline Text Modes/README.md +++ b/stranger_things/003 - Inline Text Modes/README.md @@ -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.