rhai/scripts/comments.rhai
2017-10-28 17:44:05 +02:00

11 lines
236 B
Plaintext

// 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