1. Suggestion: add "--*" mini block comment
- Posted by petelomax May 07, 2011
- 1184 views
I doubt there will be much interest, but I have to ask. I like to keep the Edita sources compatible with RDS Eu 2.4, so I was wondering if
--* puts(1,"this is OpenEphoria 4.0\n") --* /* puts(1,"this is RDS Eu <=3.1\n") --* */
could be implemented, ie "--*" is a complete block-comment, effectively the same as "/**/", but of course 2.4 would treat it as a line comment.
What I'm really after here is
--* include std\whatever --* /* include whatever --* */
Thoughts, anyone?
Pete