Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0-beta-1
-
Component/s: None
-
Labels:None
-
Number of attachments :
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.
Done.