function(some)
    ok()
    if(smth)
        ok()
    elseif(other)
        ok()
    else()
        ok()
        foreach(foo)
            ok()
            while(bar)
                ok()
            endwhile()
            ok()
        endforeach()
        ok()
    endif()
    ok()
endfunction()
ok()
