Skip to main content
Version: 3.8

End 结束节点

1. 结构声明

class End extends LogicItem {}

2. 节点示例

(1) 示例

AST 如下:

{
"concept": "End"
}

对应的代码如下:

end