From 96e0f5d1d7b3d0b3cf278b82ef6819dbfac96219 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Sat, 25 Jan 2020 01:33:40 +0800 Subject: fix chain value issue. --- spec/inputs/existential.moon | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'spec/inputs/existential.moon') diff --git a/spec/inputs/existential.moon b/spec/inputs/existential.moon index eaa3266..e8e2249 100644 --- a/spec/inputs/existential.moon +++ b/spec/inputs/existential.moon @@ -17,4 +17,5 @@ with abc?!\func?! if {:x} = a?.if?\then?(123)? @?\function 998 print x - +res = b.function\do!\while("OK")\if("def",998)\f? +print res -- cgit v1.2.3-55-g6feb