add example scripts for comments and loop
This commit is contained in:
10
scripts/comments.rhai
Normal file
10
scripts/comments.rhai
Normal file
@@ -0,0 +1,10 @@
|
||||
// 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
|
Reference in New Issue
Block a user