We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
(define x 1) (define y 1.0) (define city "Chapel Hill")
(if (> x 10) 1 2) (if (!= x y) (sqr x) (cube y))