github.com/hirochachacha/plua@v0.0.0-20170217012138-c82f520cc725/compiler/parser/testdata/nested_if.lua (about)

     1  if a == "aa" then
     2    if b == "bb" then
     3    end
     4  elseif c == "cc" then
     5  end