Exemplo n.º 1
0
function rep($str)
{
    global $repl_env;
    return MAL_PRINT(MAL_EVAL(READ($str), $repl_env));
}
Exemplo n.º 2
0
function rep($str)
{
    return MAL_PRINT(MAL_EVAL(READ($str), array()));
}