Alessandro

Results 7 comments of Alessandro

Hello, you can print i32 values in Print("") using {0}, value. That is an example: ``` fn Main() -> i32 { var num1: i32 = 0; var num2: i32 =...

Currently, it does not seem possible to declare f32 variables or even use them.

Hi I found other things not working as the documentation says: For example; ``` for (var name: String in names) ``` will give ```unexpected VAR```. If I remove it ```...

Ok I'll report tomorrow

Having the same issue

To be precise, inside of `InputManager.cpp` it fails to get winversion because inside of `Registry.QueryValue()` it fails the: ``` if (!mem.vHandle) return ""; ``` and returns nothing

Yes thank you for your time, problem solved. For anyone with that problem -> I was creating an object ```Memory mem``` but it was already in the library, I just...