-
Notifications
You must be signed in to change notification settings - Fork 163
Closed
Labels
area: specChanges in the SpecificationChanges in the Specification
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
Labels
area: specChanges in the SpecificationChanges in the Specification
Type
Projects
Status
Done