Comments
Syntax
You can add comments using two different formats:
See Test Examples for a special type of comment allows you to embed test content into a dictionary.
Single Line Comments
// comment
Can be on its own line or following code.
Copy
#wordlist tag:Illicit Drugs
// See separate list for prescription drugs
heroin
ecstasy // check for alternative names or spellings
morphine
opium
oxycodone
Multiple Line Comments
/*
comment
*/
Can be on its own line or on several lines.
Copy
/************************************************/
/* Drugs – Illicit Drugs */
/************************************************/
#wordlist tag:Illicit Drugs
heroin
ecstasy
morphine
opium
oxycodone
/* See separate list for prescription drugs */