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/plus.mp | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 spec/inputs/plus.mp (limited to 'spec/inputs/plus.mp') diff --git a/spec/inputs/plus.mp b/spec/inputs/plus.mp deleted file mode 100644 index e387090..0000000 --- a/spec/inputs/plus.mp +++ /dev/null @@ -1,40 +0,0 @@ -x\do "work" - -func a\do!\end("OK")\if "abc",123 - -res = b.function\do!\while("OK")\if "def",998 - -c.repeat.if\then("xyz")\else res - -print @for,@@function 123 - -if fcolor = message\match "<%w*>" then message = message\gsub "<%->", fcolor - -message = message\gsub "<%->", fcolor if fcolor = message\match "<%w*>" - -valA = func! if func = getfunc! - -local valA = func! if func = getfunc! - -valB = do - func = getfunc! - func?! - -global backpack = - something: - yeah: 200 - they: -> - print "hello" - yor_feet"small" - pretty: hair - gold: hmm - yow: 1000 - - eat: goo - yeah: dudd - -start = - something: "cold" - -local bathe = - on: "fire" -- cgit v1.2.3-55-g6feb