When printing expressions in CLI, I'm putting ; at the end of it (just out of habit, by usual). But it breaks execution.
The PR allow to have more freedom when writing expressions: it is possible to put ; at the end of line and also non rethink-query are allowed (they just evaluated as in usual repl).
When printing expressions in CLI, I'm putting
;
at the end of it (just out of habit, by usual). But it breaks execution. The PR allow to have more freedom when writing expressions: it is possible to put;
at the end of line and also non rethink-query are allowed (they just evaluated as in usualrepl
).