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

Version 1 Next »

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

It’s basic for is

if( <boolean expression> )

  • No labels