From 3adc0c485a9e514f26c6eb799d21ebcd7560c38e Mon Sep 17 00:00:00 2001 From: Li Jin Date: Wed, 18 Jan 2023 16:30:33 +0800 Subject: add spec. --- spec/inputs/syntax.yue | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'spec/inputs') diff --git a/spec/inputs/syntax.yue b/spec/inputs/syntax.yue index 1e01a26..4f693d4 100644 --- a/spec/inputs/syntax.yue +++ b/spec/inputs/syntax.yue @@ -449,5 +449,16 @@ do ,f 4, \ 4 +do + f = ( + a -- param a + b -- param b + )-> a + b + f( + a -- value a + b -- value b + ) + f ! + nil -- cgit v1.2.3-55-g6feb