aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2023-05-02 08:26:32 -0400
committerDave Gauer <dave@ratfactor.com>2023-05-02 08:26:32 -0400
commite2f3a5e5192ba9e28d51c39c258a37003cc9acb0 (patch)
treeb96abd516eff99f5d2c61e05a69ced80b346c082 /patches
parentf9aec283c80acb969bb7e2cf4662ef7ad252b831 (diff)
Added Ex 101 "for loops part 5" (Closes #271)
Also gave a shot at explaining data-oriented design, a Zig "hot topic" ever since the red Hawaiian shirt talk(s).
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/101_for5.patch4
1 files changed, 4 insertions, 0 deletions
diff --git a/patches/patches/101_for5.patch b/patches/patches/101_for5.patch
new file mode 100644
index 0000000..0466cc8
--- /dev/null
+++ b/patches/patches/101_for5.patch
@@ -0,0 +1,4 @@
+54c54
+< for (classes, gold, experience, ???) |c, g, e, i| {
+---
+> for (classes, gold, experience, 1..) |c, g, e, i| {