I know about rem, remstart and remend, but I'm so used to /* */ and // that I'm only using them.
Yesterday I commented out a large block with /* */ and some nasty errors started to happen. After I changed it to remstart - remend, the problems go away.
AGK is supposed to understand C-style comments as well? If not, the IDE shouldn't highlight it as such. But even better, if not, include it, please

Thanks