if "a" < "A" then
	put "a < A"
else
	put "a >= A"
end if
