Created
March 23, 2020 20:19
-
-
Save mikdusan/3549fe991d2055fc6d8cb30594506c76 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fn foo(list: []const u8) { | |
while (i < end) : (i += 1) { | |
var i: usize = 0, | |
const end: usize = 10, | |
std.debug.warn("[{}] = {}\n", .{i,list[i]}); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment