Example #1
0
void executeCatTmpTmp(Executer &executer)
{
    auto rhs = executer.moveTopTmpStr();
    executer.pop();

    *executer.topTmpStr() += *rhs;
}