Terminal control/Inverse video: Difference between revisions

Replaced ANSI codes with call to terminal proc "styledWrite".
(add Standard ML)
(Replaced ANSI codes with call to terminal proc "styledWrite".)
Line 303:
 
=={{header|Nim}}==
<lang nim>echoimport "\e[7mReversed\e[m Normal"</lang>terminal
 
stdout.styledWrite("normal ", styleReverse, "inverse", resetStyle, " normal\n")</lang>
 
=={{header|OCaml}}==
Anonymous user