Internal documentation, often called comments, is a way of informing users what a specific piece of code does.
Using internal comments
YASS
//This is internal documentation
As comments can also be multiline, there is an option to insert them in to longer strings of text:
YASS
/*This is an internal comment This is an internal comment End internal comments here*/
Comments