Guillaume Nodet created FELIX-5790:
--------------------------------------
Summary: Improve procedural function syntax
Key: FELIX-5790
URL: https://issues.apache.org/jira/browse/FELIX-5790
Project: Felix
Issue Type: Improvement
Components: Gogo JLine
Reporter: Guillaume Nodet
The procedural functions can be made more user friendly:
{code}
each {1..10} do { xxx }
if { condition } then { action } elif { another action } else { else action }
try { code } catch { catch-action } finally { finally-action }
while { condition } do { action }
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)