Thursday, September 6, 2012

Comment block

The minimal comment block at the top of a program submission should look like this:

' Your name
' Filename: name_of_file.bas
' Description of program (what it does, what assignment it is)
' Versioning information and date


As an example:

' Jane Doe
' Filename: temp.bas
' Lab assignment #2 - temperature conversion
' first revision: 06 September 2012
'      fixed decimal formatting
' initial submission: 05 September 2012