Terminal control/Inverse video: Difference between revisions

(Added Commodore BASIC)
(→‎{{header|Ruby}}: Added Ruby)
Line 392:
</lang>
 
=={{header|Ruby}}==
{{Works with|Ubuntu|14.04}}
<lang ruby>puts "\033[7mReversed\033[m Normal"</lang>
=={{header|Scala}}==
{{Works with|Ubuntu|14.04}}
Line 397 ⟶ 400:
println("\u001B[7mInverse\u001B[m Normal")
}</lang>
 
=={{header|Tcl}}==
This only works on Unix terminals.
1,149

edits