Re-sync patches with current changes

This commit is contained in:
Dave Gauer
2021-06-14 11:52:22 -04:00
parent de322fab46
commit 9209879d73
7 changed files with 57 additions and 15 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
22c22
25c25
< const d: u8 = ziggy[???];
---
> const d: u8 = ziggy[4];
26c26
29c29
< const laugh = "ha " ???;
---
> const laugh = "ha " ** 3;
33c33
36c36
< const major_tom = major ??? tom;
---
> const major_tom = major ++ " " ++ tom;