Docs: Mention the unit type in the literals section (#504)

This commit is contained in:
Gaith Hallak 2024-02-16 19:11:08 +03:00 committed by GitHub
parent de426a210b
commit 31301911a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -558,6 +558,7 @@ Sophia has the following types:
## Literals
| Type | Constant/Literal example(s) |
| ---------- | ------------------------------- |
| unit | () |
| int | `-1`, `2425`, `4598275923475723498573485768` |
| address | `ak_2gx9MEFxKvY9vMG5YnqnXWv1hCsX7rgnfvBLJS4aQurustR1rt` |
| bool | `true`, `false` |