Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. for (<inst1> ; <war> ; <inst2>) {
  2. <ciąg instrukcji>;
  3. }
  4.  
  5. {
  6. <inst1>;
  7. while (<war>) {
  8. <ciąg instrukcji>;
  9. <inst2>;
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement