Tuesday, April 26, 2011

Comment


Comment statements begin with the keyword Rem or a single quote (').  For example:
     
Rem This is a remark
' This is also a remark
x = 2 * y ' another way to write a remark or comment

You, as a programmer, should decide how much to comment your code.  Consider such factors as reuse, your audience, and the legacy of your code.

No comments:

Post a Comment