diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-04-09 19:24:59 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-04-09 19:24:59 -0400 |
commit | e416e85143f2b3faa8f2e3b4618f0cc3f41b2aa6 (patch) | |
tree | 686c0081db8cdc8ec9a061f096a3d44aca8fb4ba /patches | |
parent | 0d7c14a4b0edfe07c4d81e592101009e4432286f (diff) | |
download | ziglings-e416e85143f2b3faa8f2e3b4618f0cc3f41b2aa6.tar.gz ziglings-e416e85143f2b3faa8f2e3b4618f0cc3f41b2aa6.tar.bz2 ziglings-e416e85143f2b3faa8f2e3b4618f0cc3f41b2aa6.tar.xz ziglings-e416e85143f2b3faa8f2e3b4618f0cc3f41b2aa6.zip |
added ex062 loop expressions
Diffstat (limited to 'patches')
-rw-r--r-- | patches/patches/062_loop_expressions.patch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patches/patches/062_loop_expressions.patch b/patches/patches/062_loop_expressions.patch new file mode 100644 index 0000000..85b1fd2 --- /dev/null +++ b/patches/patches/062_loop_expressions.patch @@ -0,0 +1,4 @@ +46c46 +< }; +--- +> } else null; |