Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.7.5
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Current:
func = {i as int | return i*5}
Possible alternative:
func = {i as int | i*5}
Issue Links
| This issue is depended upon by: | ||||
| BOO-466 | Element syntax. |
|
|
|
and implicit it parameter
{it*2} == {it | return it*2}