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

9 lines
159 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
' ---------- foo is reverse --------------
x$ = shell$("tput mr
echo 'foo'")
' ---------- bar is normal --------------
x$ = shell$("tput me
echo 'bar'")
wait