1%YAML 1.1 2--- 3#Welcome to my Beans !!! 4id: $bean.id # the ID must be first 5point: [$bean.point.x, $bean.point.y] 6#collection are at the end 7list: $list 8#foreach( $item in $bean.empty ) 9 - $item 10#end 11#empty collection is not emitted 12 13