Terminal control/Inverse video: Difference between revisions

Content added Content deleted
(Added Wren)
m (→‎{{header|ZX Spectrum Basic}}: Regularize non-standard header markup)
Line 165: Line 165:
Note that this subroutine assumes the source string is not already in inverse video: if it could be, you will need to test each character before you attempt to convert it.
Note that this subroutine assumes the source string is not already in inverse video: if it could be, you will need to test each character before you attempt to convert it.


=== {{header|ZX Spectrum Basic}} ===
==={{header|ZX Spectrum Basic}}===
<lang basic>10 INVERSE 1
<lang basic>10 INVERSE 1
20 PRINT "FOO";
20 PRINT "FOO";