Multiple Line Comments in Basic Code
Posted: Tue Feb 06, 2007 9:02 am
Its basically a simple question, How to comment out a huge block of code without putting stars before each and every line. I am looking for something synonymous to
in a C program.
Does such a thing exist for a Basic program
Code: Select all
/*
All
of
the
these
lines
are
comments
*/Does such a thing exist for a Basic program