Add Comment Lines To Login Script
Add Comment Lines To Login Script
You can comment out a single line using //.
Example:
// This line is commented out.
To comment out a block of text, wrap the block with /* */.
Example:
/* This block of text
is commented out. */