From 49ca6b48fb3f5ff689c6b66187bf6ee8b98ecfe2 Mon Sep 17 00:00:00 2001 From: Karutoh Date: Wed, 19 Nov 2025 23:46:58 -0800 Subject: [PATCH] Update Primitive Data Types --- Primitive-Data-Types.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Primitive-Data-Types.md b/Primitive-Data-Types.md index ceca2b4..63f8a62 100644 --- a/Primitive-Data-Types.md +++ b/Primitive-Data-Types.md @@ -13,6 +13,7 @@ **UInt_8** - 8-Bit Unsigned Integer + **SInt_64** - 64-Bit Signed Integer **SInt_32** - 32-Bit Signed Integer @@ -22,6 +23,7 @@ **SInt_8** - 8-Bit Signed Integer + **Char_32** - UTF_32 Character **Char_16** - UTF_16 Character @@ -29,9 +31,11 @@ **Char_8** - UTF_8 Character + **Byte** - A single byte of data, essentially just a UInt_8 + **float** - A 32-Bit single precision floating point number **double** - A 64-Bit double precision floating point number