Add Constents

2025-05-23 18:30:14 +02:00
parent 12260eb688
commit 18d4698524

11
Constents.md Normal file

@@ -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`