alexchen Posted February 5, 2022 Report Share Posted February 5, 2022 action my_test { rand security_data in_security_data; my_action1 action1; my_action2 action2; my_action3 action3; activity { match (in_security_data.val) { [LEVEL2..LEVEL4]: action1; [LEVEL3..LEVEL5]: action2; default: action3; } } // <- missing in Example 107—DSL: match statement } Example 107—DSL: match statement Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.