From bd3163246e38dc666fe37137d1e469a10d2d5328 Mon Sep 17 00:00:00 2001 From: DiamondNether90 Date: Thu, 8 Jan 2026 20:16:52 +1100 Subject: [PATCH] Update Ground Types --- Ground-Types.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Ground-Types.md b/Ground-Types.md index 52a5883..4da22dc 100644 --- a/Ground-Types.md +++ b/Ground-Types.md @@ -1,4 +1,7 @@ Ground has 5 built-in types, which all hold a different purpose. - int: This stores a signed 64-bit integer. As CGround is written in C, integer overflow/underflow is **undefined behaviour**. -- double: This stores the same values as a C double, i.e. 1 bit sign, 11 bit exponent, 52 bit mantissa. \ No newline at end of file +- double: This stores the same values as a C double, i.e. 1 bit sign, 11 bit exponent, 52 bit mantissa. +- string: +- char: +- list: \ No newline at end of file