summaryrefslogtreecommitdiff
path: root/test.mat
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test.mat8
-rw-r--r--test.matcbin0 -> 203 bytes
2 files changed, 8 insertions, 0 deletions
diff --git a/test.mat b/test.mat
new file mode 100644
index 0000000..71a04dd
--- /dev/null
+++ b/test.mat
@@ -0,0 +1,8 @@
+let a = 3
+{
+ a = 4;
+ const bees = \a => a*2;
+ let j = bees(3);
+ a = j;
+}
+let g = a + 'aaaa';
diff --git a/test.matc b/test.matc
new file mode 100644
index 0000000..19c52ca
--- /dev/null
+++ b/test.matc
Binary files differ