Help for this page

Select Code to Download


  1. or download this
    step a;
    testBlock("Block1",checkSomething)
        step b;
    }
    
  2. or download this
    step a;
    if(checkSomething){
    ...
    }else{
        print "Not running step b as checkSomething failed"
    }