summaryrefslogtreecommitdiff
path: root/patches/patches/006_strings.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/patches/006_strings.patch')
-rw-r--r--patches/patches/006_strings.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/patches/006_strings.patch b/patches/patches/006_strings.patch
new file mode 100644
index 0000000..040a73c
--- /dev/null
+++ b/patches/patches/006_strings.patch
@@ -0,0 +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;