Open Pharmhaus-2 opened 5 years ago
Original Author: engor
If we use operator /= of integer type with float value less than 1, our app will crash. Demo code:
Function Main() Local iii:=10 iii/=0.5 Print iii End
Original Author: engor
If we use operator /= of integer type with float value less than 1, our app will crash. Demo code: