lc/examples/for.l

16 lines
119 B
Text

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