Statement separation
Description
Although you typically put one statement on each line, you
occasionally want to combine multiple statements on a single line.
The statement separation character is the semicolon (;).
Syntax
|
1 |
<span>Statement1</span>; <span>statement2</span> |
Examples
The following line contains three short statements:
|
1 |
A = B + C; D = E + F; Count = Count + 1 |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest