rule "optional function arguments"
when
    optional(d: 3, a: true, b: "string")
then
    trigger_test();
end