Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
8
Task/Loops-Break/Avail/loops-break.avail
Normal file
8
Task/Loops-Break/Avail/loops-break.avail
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
rng ::= a pRNG;
|
||||
checked : [0..19];
|
||||
Do [
|
||||
checked : = rng's next [0..19];
|
||||
Print: “checked”;
|
||||
] while checked ≠ 10 alternate with [
|
||||
Print: " " ++ “rng's next [0..19]” ++ "\n";
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue