rhai/scripts/comments.rhai

11 lines
236 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
multiline comment */
/* look /* at /* that, /* multiline */ comments */ can be */ nested */
/* sorrounded by */ x // comments