Community
Participate
Working Groups
Build Identifier: When a DO construct is preceded by the optional NAME: label, the DO word is not highlighted anymore. Reproducible: Always Steps to Reproduce: 1.Type the following into Photran editor: EG_LOOP: DO I=1,2 PRINT *, 'Hello' ENDDO
Thanks. Most labeled constructs should highlight correctly in 6.0 RC2, except it couldn't handle the underscore in the loop name in your example (EG_LOOP). This is fixed in CVS and will be in the RC3 build next week.