Monday, February 23, 2009

How does the IF Statement work in PeopleCode

IF evaluate Then
   statement
End-if;

or

If evaluate Then
    statement
Else
   statement
End-if;

No comments:

Post a Comment