infer var type when initializer is a number constant

This commit is contained in:
2025-12-23 18:10:56 +01:00
parent 5682318915
commit c527aceecd
36 changed files with 118 additions and 100 deletions

View File

@@ -11,8 +11,8 @@ extern DrawRectangle
extern IsKeyDown
func main[] : i64
let x: i64 = 200
let y: i64 = 200
let x = 200
let y = 200
InitWindow(800, 600, "Hello, World!")
SetTargetFPS(60)