Add remaining patch files

This commit is contained in:
Will Clardy 2021-02-15 17:13:55 -05:00
parent 238beb4a2d
commit bbe93b1f12
43 changed files with 263 additions and 43 deletions

View file

@ -1 +1,12 @@
22c22
< const d: u8 = ziggy[???];
---
> const d: u8 = ziggy[4];
26c26
< const laugh = "ha " ???;
---
> const laugh = "ha " ** 3;
33c33
< const major_tom = major ??? tom;
---
> const major_tom = major ++ " " ++ tom;