finished while loops
This commit is contained in:
parent
21b43af69d
commit
006015c607
7 changed files with 42 additions and 9 deletions
|
|
@ -3,9 +3,10 @@ import std;
|
|||
i32 main()
|
||||
{
|
||||
u32 x = 4;
|
||||
loop x == 3 {
|
||||
loop {
|
||||
u32 b = 3;
|
||||
}
|
||||
}
|
||||
x == 3;
|
||||
|
||||
loop (0.., test) |k, i| {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue