Else Step In-Place Editing

An Else script step, whose only displayed parameter indicates the If step it refers to, is not editable in-place.

Example:


If $result == "pass"
     TclEval puts "operation successful"
   Else
     TclEval puts "operation unsuccessful"
 EndIf