diff options
| author | Kyle Gunger <kgunger12@gmail.com> | 2021-11-23 13:05:49 -0500 |
|---|---|---|
| committer | Kyle Gunger <kgunger12@gmail.com> | 2021-11-23 13:05:49 -0500 |
| commit | 5eeec21759dc49252ebbcdb5e0d9336f68d0a51e (patch) | |
| tree | f3b5b759a1f68962a77608e816bbc5d2702ac78b /spec/Appendices.md | |
| parent | 6444b3faef696b044d391b98151ebeb90eb3bb7f (diff) | |
Some changes, plus a logo.
Diffstat (limited to 'spec/Appendices.md')
| -rw-r--r-- | spec/Appendices.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/Appendices.md b/spec/Appendices.md index 1caccc7..cd161e9 100644 --- a/spec/Appendices.md +++ b/spec/Appendices.md @@ -201,6 +201,8 @@ len - size (in elements) of an array + null - represents a broken pointer. This value only has context for pointers and is defined as a ~void. + User defined types: |