Hi, all,

use 4.0.0 GA.

want to have an xls rule file. i am not sure of how to define the following trivial case in xls.

can anybody help? thanx!

        when
                $p : Person()
        then
                // do something with any person
        end


/ Ben