Open
Description
Non-returning statements have this peculiar property that they are executed right after bind
ing their parameters. Meanwhile, statements that return something are only executed after using one of the finalizers.
I'd like to explore the idea of adding an execute
finalizer for non-returning statements.
Originally suggested here #88 (reply in thread).