Terminal control/Inverse video: Difference between revisions

Content added Content deleted
(Terminal control/Inverse video en FreeBASIC)
(Terminal control/Inverse video en Yabasic)
Line 177: Line 177:
80 RETURN</lang>
80 RETURN</lang>
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|Yabasic}}===
<lang yabasic>print color("black","white") "Video inverso"
print color("white","black") "Video normal"</lang>



==={{header|ZX Spectrum Basic}}===
==={{header|ZX Spectrum Basic}}===