예제 #1
0
파일: builtin_cmds.cpp 프로젝트: silky/lean
environment end_scoped_cmd(parser & p) {
    if (in_section(p.env()))
        p.pop_local_scope();
    return pop_scope(p.env());
}