while (<cond>) <block> => lbl1: if (!<cond>) goto lbl2; <block> goto lbl1; lbl2: do <block> while <cond> => lbl1: <block> if (<cond>) goto lbl1;
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1030394 |
Snippet name: | while / do-while to goTo |
Eternal ID of this version: | #1030394/1 |
Text MD5: | 3512811712bfd78ec2191d7911563db5 |
Author: | stefan |
Category: | |
Type: | Document |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-12-11 01:58:13 |
Source code size: | 181 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 255 / 100 |
Referenced in: | [show references] |