enhancement #IB1YLX 简化规则中的注释,化繁为简

This commit is contained in:
everywhere.z
2024-11-04 17:34:10 +08:00
parent 38ed6fec0e
commit f7961c71b3
9 changed files with 24 additions and 41 deletions

View File

@@ -1,15 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<flow>
<chain name="chain1">
// 单行注释
/**
* 多行注释
**/
THEN(
// 单行注释
a,
b,
WHEN(
/**
* 多行注释
**/
c,
b
)