Skip to main navigation Skip to main content Skip to page footer
But if a wicked person turns away from all his sins that he has committed and keeps all my statutes and does what is just and right, he shall surely live; he shall not die.
Ezekiel 18:21 - English Standard Version

Demo

pascal
 1program Demo;
 2
 3var
 4  i, j: integer;
 5
 6initialization
 7
 8  i:= i + 1;
 9
10end.

efd

sdfsdf