Hello, I want introduce color to my programs and I have tried using this:

textcolor(YELLOW);

But my compiler thinks YELLOW is a variable and says: line 23: variable 'YELLOW' not found. Is it that I have a bad compiler? It is Miracle C.


Also I would like to know how to make my program wait before executing the next line so that I can give the effect of movement.


Thankyou!