riff icon indicating copy to clipboard operation
riff copied to clipboard

`eval()` should accept an "unlimited" number of arguments

Open darrylabbate opened this issue 2 years ago • 0 comments

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.

darrylabbate avatar Oct 31 '22 07:10 darrylabbate