From 18d46985245b802a62393217c7c46e31e1a27b3f Mon Sep 17 00:00:00 2001 From: Zacharias Date: Fri, 23 May 2025 18:30:14 +0200 Subject: [PATCH] Add Constents --- Constents.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Constents.md diff --git a/Constents.md b/Constents.md new file mode 100644 index 0000000..c2e59b5 --- /dev/null +++ b/Constents.md @@ -0,0 +1,11 @@ +# Constents +This page contains some constent values used thru out the wiki. This can be seen as a Terms definion, but in no way contains evry thing. + +## Type Enums +- `string` +- `int` +- `float` +- `double` Only use this if you need the presision of a double +- 'array` +- `boolean` +- `char` \ No newline at end of file