Add types

This commit is contained in:
2025-10-22 20:55:03 -05:00
parent e971e5838a
commit e2ecf7cb80

View File

@@ -4,7 +4,7 @@ date = 2025-10-22T20:43:05-05:00
+++
| Name | IsHeap | Description | TypeOf |
| ===== | ======= | ============ | ====== |
|-------|---------|--------------|-------|
| int64_t | false | A integer | "Long" |
| double | false | A double precision float | "Double" |
| char | false | A character | "Char" |