I think `etk` will benefit from the ability to write simple one-liners, particularly in retesteth. They would look something like this: ``` push1 42; push1 13; sstore; ``` Since `;` is currently the comment marker, we'll begin using `#` for comments.
I think
etkwill benefit from the ability to write simple one-liners, particularly in retesteth. They would look something like this:Since
;is currently the comment marker, we'll begin using#for comments.