Comments
| This page is recommended for cleanup. |
Comments in Brutus2D are notes left by the game programmer to remind himself of what his code does and to help other people who make look at the code know what it does. A comment begins with an apostrophe ( ' ). When Brutus2D finds an apostrophe, it ignores the rest of the line.
' this is a comment
Related Pages
Backlinks
These pages link back to this page. You may find them helpful.
page_revision: 3, last_edited: 1215196422|%e %b %Y, %H:%M %Z (%O ago)
Discuss
Is a page needed for comments? While it would be easy to link to from the forum, how could it be included in a general syntax page?
— Hartnell
Short answer, yes.
I don't understand. But here's what i think: If we want to tell about commenting code, which is fine, it should tell
If there's so much to add, then we need to keep the page.
I don't think that either VBScript or JScript uses REM. :)
And this brings up the issue of separating core language docs (VBScript or JScript). This needs much discussion.
— Hartnell
We need to keep vbscript as this is what we currently have, and this is what most people use. What i am thinking is that we can at some point start making the tutorials in jscript also with tabview for the differences, and that way slowly introduce jscript. Then we could look into how to do the documentation. I'm not sure if we should have two separate doc-trees or we should combine them.