Skip to content

Comment on Concepts/flow-control.md (21-R3) #598

Description

@leehinde

The If...Else...End if block suggests nesting if statements if you want to stop evaluating tests with two criteria

 If(MethodA)
    If(MethodB)
       ...
    End if
 End if

It might, instead, be a good time to remind the reader about short circuit operators.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions