Help for this page
step a; testBlock("Block1",checkSomething) step b; }
step a; if(checkSomething){ ... }else{ print "Not running step b as checkSomething failed" }