rhai/scripts/comments.rhai
2020-05-02 16:23:36 +08:00

12 lines
241 B
Plaintext

// I am a single line comment!
let /* I am a spy in a variable declaration! */ x = 5;
/* I am a simple
multi-line
comment */
/* look /* at /* that, /* multi-line */ comments */ can be */ nested */
/* surrounded by */ x // comments