PasteRack.org
Paste # 99042
2021-01-15 14:26:10

Fork as a new paste.

Paste viewed 164 times.


Embed:

(define (f x)
  (cond
    [(equal?  "state" x) (string-length x)]
    [( = 5 x) x]
    [( > x 7) 5]))