rhai/scripts/comments.rhai

12 lines
272 B
JavaScript
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-05-02 10:23:36 +02:00
multi-line
comment */
2020-03-16 07:50:12 +01:00
/* look /* at /* that, /* multi-line */ comments */ can be */ nested */
2021-04-16 04:33:55 +02:00
/* surrounded by */ let this_is_not_a_comment = true // comments