mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-10 00:50:00 +00:00
Updating wording in 'for' exercises
This is in preparation for another dive into 'for' in an upcoming Exercise 100. Also reformatted 095 for 65 columns and some wording.
This commit is contained in:
@@ -35,3 +35,9 @@ pub fn main() void {
|
||||
|
||||
std.debug.print("The value of bits '1101': {}.\n", .{value});
|
||||
}
|
||||
//
|
||||
// As mentioned in the previous exercise, 'for' loops have gained
|
||||
// additional flexibility since these early exercises were
|
||||
// written. As we'll see in later exercises, the above syntax for
|
||||
// capturing the index is part of a more general ability. hang in
|
||||
// there!
|
||||
|
||||
Reference in New Issue
Block a user