I understand that the comparison using operators underneath the line (line 15 and below) are not typical comparisons.
I am however wondering if the use of greater than and less than appearing false is just as the data types do not match (String < Integer etc). Is there anyway where those comparisons do/would work?