Closed
Description
Currently we write
do:
tryWith1:
try:
call:
tryWith2:
try:
call:
execute, try and call are reserved words, tryWith1 is a name the user has to came with
If user is lazy and do not want to invent names (which are useful, as far as I know just for error.instance
feature), he might want to write this instead
do:
- try:
name: tryWith1
call:
- try:
name: tryWith2
call:
Metadata
Metadata
Assignees
Type
Projects
Status
Done