From ace046624d2e23fba67564a86af7f03ed8a48eae Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 29 Feb 2024 21:05:10 -0500 Subject: remove unwraps, fix utf8 --- test.mat | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test.mat (limited to 'test.mat') 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'; -- cgit v1.2.3-freya