Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

The if statement selects another statement for execution based on the output value of a boolean expression.

It’s basic form is

if( <boolean expression> )

<statement to execute if the boolean expression is true>

  • No labels