riff
riff copied to clipboard
`eval()` should return expression result
E.g. eval("1+2")
should return 3
. Currently eval()
is only useful for silently executing code.
Note: this should be as simple as returning the top of the stack, or $n$ elements from the stack if multivals are ever supported (cc #25).