To use this website fully, you first need to accept the use of cookies. By agreeing to the use of cookies you consent to the use of functional cookies. For more information read this page.

Official ZPE/YASS documentationInternal documentation

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
Code previewClose
Feedback 👍
Comments are sent via email to me.