aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/plus.moon
blob: f455845c0dbbc2f1d827cd0601b3b97fd257e36d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

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!

valB = do
	func = getfunc!
	func?!