diff options
| author | Li Jin <dragon-fly@qq.com> | 2021-02-17 11:22:07 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2021-02-17 11:22:07 +0800 |
| commit | 7066392d1c974065181d95d93274136dcd625d43 (patch) | |
| tree | cf51eafc2c52cbc12246a306bca172d799193d30 /spec/inputs/using.mp | |
| parent | 90cd12ad9ef465f3e435e1bd034dcfbe4e19d016 (diff) | |
| download | yuescript-7066392d1c974065181d95d93274136dcd625d43.tar.gz yuescript-7066392d1c974065181d95d93274136dcd625d43.tar.bz2 yuescript-7066392d1c974065181d95d93274136dcd625d43.zip | |
stop reusing variables, rename project.
Diffstat (limited to 'spec/inputs/using.mp')
| -rw-r--r-- | spec/inputs/using.mp | 22 |
1 files changed, 0 insertions, 22 deletions
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 @@ | |||
| 1 | |||
| 2 | hello = "hello" | ||
| 3 | world = "world" | ||
| 4 | |||
| 5 | _ = (using nil) -> | ||
| 6 | hello = 3223 | ||
| 7 | |||
| 8 | _ = (a using nil) -> | ||
| 9 | hello = 3223 | ||
| 10 | a = 323 | ||
| 11 | |||
| 12 | _ = (a,b,c using a,b,c) -> | ||
| 13 | a,b,c = 1,2,3 | ||
| 14 | world = 12321 | ||
| 15 | |||
| 16 | (a,e,f using a,b,c, hello) -> | ||
| 17 | a,b,c = 1,2,3 | ||
| 18 | hello = 12321 | ||
| 19 | world = "yeah" | ||
| 20 | |||
| 21 | |||
| 22 | |||
