From e649cef4255cf9546304f4faa545e351ea636313 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 22 Feb 2024 19:40:09 -0500 Subject: indexing and field access --- a.mat | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 a.mat (limited to 'a.mat') diff --git a/a.mat b/a.mat new file mode 100644 index 0000000..e689317 --- /dev/null +++ b/a.mat @@ -0,0 +1,5 @@ +a = 0; + +while a < 1000000000 { a = a + 1 }; + + -- cgit v1.2.3-freya