ziglings/patches/patches/006_strings.patch
Dave Gauer f6d1b36be2 Manually cleaned up patches/patches for issue #73
Patches cleaned and fixed by hand as proof of my devotion. <3
2022-03-19 21:10:44 -04:00

12 lines
239 B
Diff

27c27
< const d: u8 = ziggy[???];
---
> const d: u8 = ziggy[4];
31c31
< const laugh = "ha " ???;
---
> const laugh = "ha " ** 3;
38c38
< const major_tom = major ??? tom;
---
> const major_tom = major ++ " " ++ tom;