rhai/scripts/comments.rhai

11 lines
238 B
Plaintext
Raw Normal View History

// I am a single line comment!
let /* I am a spy in a variable declaration! */ x = 5;
/* I am a simple
2020-03-16 07:50:12 +01:00
multi-line comment */
2020-03-16 07:50:12 +01:00
/* look /* at /* that, /* multi-line */ comments */ can be */ nested */
2020-03-16 07:50:12 +01:00
/* surrounded by */ x // comments