From e2ecf7cb80ab41307ba8fc2085a98038c6f837b5 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Wed, 22 Oct 2025 20:55:03 -0500 Subject: [PATCH] Add types --- content/runtime/types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/runtime/types.md b/content/runtime/types.md index 0c98e2b..6812b78 100644 --- a/content/runtime/types.md +++ b/content/runtime/types.md @@ -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" |