Comment

Comment syntax is the same as C, C++, C#

// This is a comment
/*
    This is
    a multiple line
    comment
*/

Last updated