This site requires JavaScript, please enable it in your browser!
Greenfoot back
Super_Hippo
Super_Hippo wrote ...

2015/3/23

Bug with comments with 'code' tags

Super_Hippo Super_Hippo

2015/3/23

#
Usually a comment starts with /* and ends with */. In Greenfoot, this works obviously. Here in the discussion, it does not work as it should. If there is more than one */ in one line, only the last one is used.
no comment /* ←comment→ */ should be no comment /* ←comment→ */ no comment
Using /** ... */ works:
no comment /** ←comment→ */ no comment /** ←comment→ */ no comment
Just in case you see it differently: Screenshot
You need to login to post a reply.