Comments

You can comment out a piece of code. This code is ignored by the compiler and it can contain any text.

There are two types of comments in the WME script:

Single line comment

// comment

 

Block comment

/*
comment
comment
*/