From 7066392d1c974065181d95d93274136dcd625d43 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Wed, 17 Feb 2021 11:22:07 +0800 Subject: stop reusing variables, rename project. --- spec/inputs/using.mp | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 spec/inputs/using.mp (limited to 'spec/inputs/using.mp') diff --git a/spec/inputs/using.mp b/spec/inputs/using.mp deleted file mode 100644 index fe0a433..0000000 --- a/spec/inputs/using.mp +++ /dev/null @@ -1,22 +0,0 @@ - -hello = "hello" -world = "world" - -_ = (using nil) -> - hello = 3223 - -_ = (a using nil) -> - hello = 3223 - a = 323 - -_ = (a,b,c using a,b,c) -> - a,b,c = 1,2,3 - world = 12321 - -(a,e,f using a,b,c, hello) -> - a,b,c = 1,2,3 - hello = 12321 - world = "yeah" - - - -- cgit v1.2.3-55-g6feb