diff --git a/docs/index.html b/docs/index.html index cb65752..ece8f11 100644 --- a/docs/index.html +++ b/docs/index.html @@ -14,7 +14,9 @@
You now know everything you need to know about Solstice to start programming! You can continue reading for more information.
-Solstice's type system is currently a work in progress, but what is so far implemented will be detailed.
-int: Signed 64 bit integerdouble: Double prescision floating point numberstring: Character arraychar: A single characterbool: Either true or falseint: Signed 64 bit integerdouble: Double prescision floating point numberstring: Character arraychar: A single characterbool: Either true or falseSolstice statically checks types at compile time to ensure your data is used as intended. These are the details of the type checker.
+= are autoinferred and cannot be provided by the user. All variables must have a value.=, it's type must not mutate in any way.