RosettaCodeData/Task/Terminal-control-Inverse-video/Run-BASIC/terminal-control-inverse-vi...

9 lines
159 B
Plaintext

' ---------- foo is reverse --------------
x$ = shell$("tput mr
echo 'foo'")
' ---------- bar is normal --------------
x$ = shell$("tput me
echo 'bar'")
wait