PDocs 5: Taking Notes - GitbyteMaster/PRIME-Lang GitHub Wiki
Taking Notes
To take notes with no function in PRIME, you must type //
before your text. A note would look like this:
//This is a note!
This only covers one line, however. If you wish to cover multiple lines, create a line with the syntax /*
to start, and after your message */
to end. It should look like this:
/*
This is
a
note
*/