upd: finish major design

This commit is contained in:
2023-11-08 23:44:20 +08:00
parent 3e1f314f83
commit a2a8c45af1
2 changed files with 15 additions and 1 deletions

View File

@ -36,4 +36,6 @@ struct FlowType {
FlowType(FlowControlStatusType Status, std::vector<std::any> ReturnValueLists)
: Status(Status), ReturnValueLists(ReturnValueLists) {}
};
struct NoneType {};
#endif