riff
riff copied to clipboard
`eval()` should accept an "unlimited" number of arguments
Currently, eval()
only executes the first argument; effectively requiring the user to build the code to be executed as a single string (via concatenation or interpolation). eval()
should accept multiple arguments and simply concatenate on-the-fly.