← index
ats.web/source/func_procinfo.cpp
Source: ats.web/source/func_procinfo.cpp
#include "function.hpp"

namespace token {
    
    void token_ProcInfo(const std::string &text, std::vector<lex::Token> &tokens) {
        code.print();
    }
}