As a developer I would love to have the "DO CASE" Statement added to the Agile Platform, so We can have a more effective control stucture:
DO CASE
CASE <lCondition1>
<statements>...
[CASE <lCondition2>]
<statements>...
[OTHERWISE]
<statements>...
END[CASE]