Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-beta-1
-
None
-
None
Description
Currently, it is not possible to write :
if (true) println("true")
We have to write instead :
if (true)
So, it could be nice if the curly braces were not mandatory for single statements.