OTWO-1213 Works around lost encoding in Ruby/C binding layer
[ohcount] / test / expected_dir / groovy1.groovy
1 groovy  comment //hello.groovy
2 groovy  code    println "hello, world"
3 groovy  code    for (arg in this.args ) {
4 groovy  code      println "Argument:" + arg;
5 groovy  code    }
6 groovy  comment // this is a comment
7 groovy  comment /* a block comment, commenting out an alternative to above:
8 groovy  comment this.args.each{ arg -> println "hello, ${arg}"}
9 groovy  comment */