Try using `if (value is Number)` instead, and use ...
# announcements
o
Try using
if (value is Number)
instead, and use
return false
etc inside nested
when
, and omit
else
. Then just use second
when