(SOC) Storage Only Commit - Tue 25 Jun 09:33:57 CST 2024

This commit is contained in:
William
2024-06-25 09:33:57 +08:00
4 changed files with 7 additions and 6 deletions

View File

@@ -7,11 +7,8 @@ typedef Var Type;
typedef struct {
attr(registered 1) Type type;
attr(nullity false) String identity;
attr(alignwith 1)
attr(optional true) Type value;
attr(nullity false) String identity;
attr(alignwith 1; optional true) Type value;
} Parameter;
typedef void * Block;