Terminal control/Inverse video: Difference between revisions

Add BaCon
(Add a Common Lisp example using the ncurses library)
(Add BaCon)
Line 84:
Disp "REGULAR",i
Pause 4500</lang>
 
=={{header|BaCon}}==
<lang freebasic>COLOR INVERSE
PRINT "a word"
COLOR RESET
PRINT "a word"</lang>
 
=={{header|BASIC}}==
Anonymous user