Example #1
0
function rep($str)
{
    global $repl_env;
    return MAL_PRINT(MAL_EVAL(READ($str), $repl_env));
}
Example #2
0
function rep($str)
{
    return MAL_PRINT(MAL_EVAL(READ($str), array()));
}