- Posted by
- Remove ' from /C4 , because a "word" cannot be defined twice and ' at /C4 has no effect at integer'image because it is not defined as word delimiter. You can also delete whole group /C1, because the color of the strings can also be defined at syntax highlighting configuration dialog so it is not ne...Posted in Syntax Highlighting
-   Topics
-   Views
- occultus
Mar 23, 2005
- Here's a simple piece of ada code : with text_io; procedure proc is subtype string6 is string(1..6); achar : character := 'a'; astring : string6 := "string"; begin text_io.put("toto" & integer'image(10)); null; end; Now, when using the ada95 wordfile from Downloads - Extras - Wordfiles, there are se...Posted in Syntax Highlighting
-   Topics
-   Views
- occultus
Mar 22, 2005