You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ziglings/patches/patches/006_strings.patch

13 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;