diff options
author | Freya Murphy <freya@freyacat.org> | 2024-09-04 12:03:25 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-09-04 12:03:25 -0400 |
commit | ab042c7956d7004aaea6f03cfc9b88159774f8dd (patch) | |
tree | a070a72189648cacf743ad7f9de48dd56dba560a /test.mat | |
parent | comments (diff) | |
download | matrix-ab042c7956d7004aaea6f03cfc9b88159774f8dd.tar.gz matrix-ab042c7956d7004aaea6f03cfc9b88159774f8dd.tar.bz2 matrix-ab042c7956d7004aaea6f03cfc9b88159774f8dd.zip |
Diffstat (limited to 'test.mat')
-rw-r--r-- | test.mat | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test.mat b/test.mat deleted file mode 100644 index 71a04dd..0000000 --- a/test.mat +++ /dev/null @@ -1,8 +0,0 @@ -let a = 3 -{ - a = 4; - const bees = \a => a*2; - let j = bees(3); - a = j; -} -let g = a + 'aaaa'; |