After 1.0. Something like Lisp's `cond` could be the ticket https://www.cs.cmu.edu/Groups/AI/html/cltl/clm/node84.html. For example, `(cond ((> (area g) 1.0) "big") (true "small"))`.