diff --git a/Ground-Types.md b/Ground-Types.md new file mode 100644 index 0000000..52a5883 --- /dev/null +++ b/Ground-Types.md @@ -0,0 +1,4 @@ +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