Add operator!

This commit is contained in:
Mike Farah
2020-11-24 13:07:19 +11:00
parent 3d6a231722
commit 1ce30b25dc
6 changed files with 238 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
Add behaves differently according to the type of the LHS:
- arrays: concatenate
- number scalars: arithmetic addition (soon)
- string scalars: concatenate (soon)