riff
riff copied to clipboard
Command-line switch to evaluate an expression and print the result
cc:
- #18
This is a throwback to the old implicit printing functionality. I think something simple like -E
can be supported. The only unknown is how (or if) to handle multiple expressions, or if the string passed to the interpreter should be treated literally as wrapped by a call to print()
.