Re: another newbie question
- Posted by Robert Craig <rds at ATTCANADA.NET> Aug 30, 1999
- 451 views
Kat writes: > while ( sequence(thisseq[nest1]) ) do > printf(1,"%s\n",thisseq[nest1]) > > the exw trace screen colors the brackets around the "nest1" > in the first line, but doesn't color them in the second line. The color of a bracket corresponds to the level of nesting of the bracket. The syntax coloring in the trace screen makes the first 2 levels black and the third level yellow. (This is slightly different from the coloring used by ed.ex - I guess I should make them consistent.) Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com