This is my DSLR: package cit.coverage; expander Coverage.dsl rule "rrr" auto-focus true when He is nice then He is happy end This is my DSL Coverage.dsl: [condition][]He is nice=eval(true) [consequence][]He is happy=eval(System.out.println("HA HA"))
This is my DSLR:
package cit.coverage;
expander Coverage.dsl
rule "rrr"
auto-focus true
when
He is nice
then
He is happy
end
This is my DSL Coverage.dsl:
[condition][]He is nice=eval(true)
[consequence][]He is happy=eval(System.out.println("HA HA"))