blob: b174ba0ee1d52b68e707092a8e937bc192b4e278 [file] [log] [blame]
puts smt; if foo; unless bar ## if unless ### if
case 40; when 3 then puts 1; when 10 ## case:when ### /end
if foo then puts 1 else puts 2 end end ## /end ### /end /end
end ## /end