You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2018/02/23 12:31:00 UTC

[jira] [Created] (FELIX-5790) Improve procedural function syntax

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)