comment
A comment is text that explains part of a program statement. A comment can start with either an apostrophe (') or with the Rem keyword followed by a space. Comments can be placed on the same line as an actual command:
message = "Leave a message." 'Assigns a value to a string variable.