blob: 684d6c263a6e6cf636417457effb44f2b9a8c4bf [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