12 lines
235 B
Text
12 lines
235 B
Text
--
|
|
-- demo\rosetta\Inverse_Video.exw
|
|
-- ================================
|
|
--
|
|
text_color(BLACK)
|
|
bk_color(WHITE)
|
|
printf(1,"Inverse")
|
|
text_color(WHITE)
|
|
bk_color(BLACK)
|
|
printf(1," Video")
|
|
printf(1,"\n\npress enter to exit")
|
|
{} = wait_key()
|