I\'m trying to create multiple nested if statements in mit-scheme with a similar structure as:
(if (null? (x)) L (if (< (x) (y)) .. do stuff ..