var my_int: int = 5
my_int = "Hello, GDScript!" # This will cause an error
Comments