I have a simple if statement
If x > 15000 {
let z = 2
}
The problem is that the let statement is called when the debugger shows that the value of x is 424.
Any thoughts as to what could cause this?
Thanks!
If x > 15000 {
let z = 2
}
The problem is that the let statement is called when the debugger shows that the value of x is 424.
Any thoughts as to what could cause this?
Thanks!