erg/examples/use_ansicolor.er
2023-12-29 17:00:11 +09:00

7 lines
123 B
Python

ac = import "ansicolor"
print! "start"
print! ac.RED + "hello" + ac.RESET
print! "end"
ac.cprint! "hello", color:=ac.RED