The pascal compiler seems not to yell at me for the "in" part, but rather the datatype... I googled a little and found a few new things I wanted to test and learn (lol, like 50% of the few things i found seems that the compiler doesn't recognize)
if i in [5..10] then ...
is the example from wikipedia that I found...
I originally found something like that with strings... and I don't have the site open atm but it was something likeif not ('somevarstr' in ['A'..'Z', 'a'..'z']) then ...
except 'somevarstr' was a variable... which is what led me to a pascal wiki...
If the compiler doesn't support this, may I ask why it doesn't yell at me for "in" being in there?