summaryrefslogtreecommitdiff
path: root/a.mat
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-02-23 11:32:47 -0500
committerFreya Murphy <freya@freyacat.org>2024-02-23 11:32:47 -0500
commita888c09bd54de77fb2004754a0e14ce14a906232 (patch)
treec5b20b4be32feec7a3430f1191e1f735ea51ca57 /a.mat
parentindexing and field access (diff)
downloadmatrix-a888c09bd54de77fb2004754a0e14ce14a906232.tar.gz
matrix-a888c09bd54de77fb2004754a0e14ce14a906232.tar.bz2
matrix-a888c09bd54de77fb2004754a0e14ce14a906232.zip
more changes
Diffstat (limited to '')
-rw-r--r--a.mat5
1 files changed, 0 insertions, 5 deletions
diff --git a/a.mat b/a.mat
deleted file mode 100644
index e689317..0000000
--- a/a.mat
+++ /dev/null
@@ -1,5 +0,0 @@
-a = 0;
-
-while a < 1000000000 { a = a + 1 };
-
-