Original Post
Iv'e come accross this problem a few times now, why can't you test if x is equal to y in say a for loop but you can test < and >,
It seems strange that it'll let you test < and > but restirct you from using ==
It seems strange that it'll let you test < and > but restirct you from using ==