aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/backcall.moon
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/backcall.moon')
-rw-r--r--spec/inputs/backcall.moon8
1 files changed, 7 insertions, 1 deletions
diff --git a/spec/inputs/backcall.moon b/spec/inputs/backcall.moon
index a65bb0a..f5d0046 100644
--- a/spec/inputs/backcall.moon
+++ b/spec/inputs/backcall.moon
@@ -30,8 +30,14 @@ f = ->
30998 |> func2 "abc", 233 |> func0 |> func1 30998 |> func2 "abc", 233 |> func0 |> func1
31998 |> func0("abc", 233) |> func1 |> func2 31998 |> func0("abc", 233) |> func1 |> func2
32 32
331 |> f 2, 3, 4, 5
34val(2) |> f 1, _, 3, 4, 5
35arr[3] |> f 1, 2, _, 4, 5
36
37a = {"1","2","3"} |> table.concat("") |> tonumber |> f1(1, 2, 3, _) |> f2(1, _, 3)
38
33do 39do
34 (x)<-map {1,2,3} 40 (x)<- map {1,2,3}
35 x * 2 41 x * 2
36 42
37do 43do