From 1840dea70bf78d3c7ee6c1ed4f58e8b1f65e34bc Mon Sep 17 00:00:00 2001 From: Adrien Bouvais Date: Tue, 8 Oct 2024 15:57:13 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3091da8..0645059 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ Note that compared to `ADD`, you don't need to specify all member between `()`. Their is 5 data type for the moment: - `int`: 64 bit integer -- `float`: 64 bit float +- `float`: 64 bit float. Need to have a dot, `1.` is a float `1` is an integer. - `bool`: Boolean, can be `true` or `false` - `string`: Character array between `''` - `uuid`: Id in the UUID format, used for relationship, ect. All struct have an id member.