state start { Testing ts; ts.yesno = true; ts.count = 5; transition select (ts.yesno == "testing") { true: accept; false: reject; }; }