Implement EvVoid -> Allow for Non-returning statements #720
Labels
Interpreter
The core squiggle execution engine (reducer)
Language
Regarding Squiggle language semantics, distributions and function registry
Description of suggestion or shortcoming:
Right now the following code breaks:
This is because all statements before the final statement must be variable declarations.
It would be good to allow these void() statements, for logging, and easier iteration.
The text was updated successfully, but these errors were encountered: