In
VB.NET multiline comments are just lots of single line comments,
' We must remember to write comments in
' our code so that we can understand
' exactly what is happening every step
' of the way
VS.NET will put an 'outline' box to the left of this block so that you can collapse it to the top line.
Remember, after the ' you can put in anything you like,
'/*
' This is a test
' */
- whatever makes it easier to read!!