Re-sync patches with current changes
This commit is contained in:
parent
621d72db56
commit
2460b182c0
7 changed files with 57 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue