Jump to content

Terminal control/Inverse video: Difference between revisions

add Standard ML
m (→‎{{header|ZX Spectrum Basic}}: Regularize non-standard header markup)
(add Standard ML)
Line 418:
println("\u001B[7mInverse\u001B[m Normal")
}</lang>
 
=={{header|Standard ML}}==
<lang sml>val () = print "\^[[7mReversed\^[[m Normal\n"</lang>
 
=={{header|Tcl}}==
559

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.