Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
We could use the simple model that hitting return twice (and so entering a blank string) causes the current command buffer to be executed.
groovy> 5 * 5
groovy>
25
groovy >
etc.