Initial Revision
[ohcount] / test / expected_dir / groovy1.groovy / groovy / comment
1 //hello.groovy
2 // this is a comment
3 /* a block comment, commenting out an alternative to above:
4 this.args.each{ arg -> println "hello, ${arg}"}
5 */