| +<left side addend><right side addend> |
| Where <left side addend> and <right side addend> depend on the definition. |
| +2 2 |
+"Hello, ""World! |
+,1 2,3 4 |
| Try it online! Result: 4
|
Try it online! Result: Hello, World!
|
Try it online! Result: [1, 2, 3, 4]
|
| +,1 2 3 | +0,1 2 | +"#"1 |
| Try it online! Result: [1, 2, 3]
|
Try it online! Result: [0, 1, 2]
|
Try it online! Result: #1
|
| +1"$ |
+.{1.{2 |
+.{1 2 |
| Try it online! Result: 1$
|
Try it online! Result: {1, 2}
|
Try it online! Result: {1, 2}
|