you should be able to see all Japid command un-interpreted.

`verbatim `args models.japidsample.Author a

author name: $a.name

his birthdate: $a.birthDate

and his is a '${a.getGender()}'

`tag SampleTag "end" `

got it?

`String[] ss = new String[]{"a", "b"}; `each ss |String s

loop: $s

`verbatim

please use ` to start command and $s to get the value

` `