Report abuse


			
case
when true
  p 'hi'
when false
  p 'bye'
else
  p 'wtf'
end