###prop
setPreferences=true
indentendOnly=true
###src
"hello".each {
print it
}
###exp
"hello".each {
	print it
}
###end