you should be able to see all Japid command un-interpreted.
`verbatim `args models.japidsample.Author aauthor name: $a.name
his birthdate: $a.birthDate
and his is a '${a.getGender()}'
`tag SampleTag "end" `got it?
`final String[] ss = new String[]{"a", "b"}; `each ss |String sloop: $s
`verbatimplease use ` to start command and $s to get the value
` `