To work with CASE function
Description:
The case statement consists of an expression (the selector) and a list of statements, each prefixed with a case.
Declaration:
case expression of
case: statement;
...
end
Post a Comment
No comments:
Post a Comment