Jump to content

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
Cookies help us deliver our services. By using our services, you agree to our use of cookies.