diff options
| author | Dave Gauer <dave@ratfactor.com> | 2021-04-17 20:03:04 -0400 |
|---|---|---|
| committer | Dave Gauer <dave@ratfactor.com> | 2021-04-17 20:03:04 -0400 |
| commit | 881db5eab22b2721be7fdab01286215c605cfcd0 (patch) | |
| tree | f27a85d586aec05ee7d4f864fdf34f92f247821f /patches | |
| parent | 77a8a123f71b7d94ffabb001f3a7d3a2b4190660 (diff) | |
Clarity for 062 and tupni for 064
Diffstat (limited to 'patches')
| -rw-r--r-- | patches/patches/062_loop_expressions.patch | 2 | ||||
| -rw-r--r-- | patches/patches/064_builtins.patch | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/patches/patches/062_loop_expressions.patch b/patches/patches/062_loop_expressions.patch index 85b1fd2..8b33607 100644 --- a/patches/patches/062_loop_expressions.patch +++ b/patches/patches/062_loop_expressions.patch @@ -1,4 +1,4 @@ -46c46 +50c50 < }; --- > } else null; diff --git a/patches/patches/064_builtins.patch b/patches/patches/064_builtins.patch index cdba367..644128b 100644 --- a/patches/patches/064_builtins.patch +++ b/patches/patches/064_builtins.patch @@ -1,6 +1,4 @@ -72,73c72,73 +72c72 < const tupni: u8 = @bitReverse(input); -< print("{b:0>8} backwards is {b:0>8}.\n", .{input}); --- > const tupni: u8 = @bitReverse(u8, input); -> print("{b:0>8} backwards is {b:0>8}.\n", .{input, tupni}); |
