Re-sync patches with current changes

This commit is contained in:
Dave Gauer 2021-06-14 11:52:22 -04:00
parent 621d72db56
commit 2460b182c0
7 changed files with 57 additions and 15 deletions

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;