infer var type when initializer is a number constant
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user