lc/examples/for.l

15 lines
116 B
Text

import std;
i32 main()
{
u32 x = 4;
loop x == 3 {
u32 b = 3;
}
loop (0.., test) |k, i| {
}
u32 b = 3;
}