ifby Group Public on Thursday July 10 2008 @ 14:53:10 (1/1 Points) |
|
| Language ↪Reference ✑ Reply ✓ Stick It ✗ Ditch It ⚐ Tag It |
If the condition→ is met, then execute the "then" block, otherwise execute the "else" block. The "else" block is optional, in which case nothing will be executed if the condition is not met.
if condition then ... else ... end
TestPlan if
