Question: if..AND..end if

Hi, could someone please give me an example of how to use "if...and...end if" please?

I tried to write

a:=4; b:=8; c:=3;:

if b>a and c then a end if

I am trying to say if b is larger than a and at the same time larger than c, show me the a value.

Thanks.

Please Wait...