Files
asl/test/comment.asl
2015-11-02 12:00:18 +03:00

10 lines
61 B
Plaintext

// single line comment
/*
multi
line
comment
*/
var x = 1;