# Test comparison operators let a = 10; b = 20; in if a < b then true else false