1
0
mirror of https://github.com/ratfactor/ziglings synced 2024-09-24 21:50:47 +02:00
ziglings/patches/patches/06_strings.patch
2021-02-15 17:13:55 -05:00

13 lines
239 B
Diff

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;