Fix: Function calls with multiple args
This commit is contained in:
parent
241e279782
commit
5939b7cba5
10
it1-in.lang0
10
it1-in.lang0
@ -251,6 +251,11 @@ parsestat indent:
|
||||
break
|
||||
/
|
||||
skip
|
||||
calc isfirst eq first "1"
|
||||
calc isnotfirst not isfirst
|
||||
if isnotfirst
|
||||
emit ", "
|
||||
/
|
||||
calc char peek
|
||||
calc isquote eq char quote
|
||||
calc isnotquote not isquote
|
||||
@ -260,11 +265,6 @@ parsestat indent:
|
||||
if isnotquote
|
||||
parseexprvarref
|
||||
/
|
||||
calc isfirst eq first "1"
|
||||
calc isnotfirst not isfirst
|
||||
if isnotfirst
|
||||
emit ", "
|
||||
/
|
||||
set first "0"
|
||||
/
|
||||
skipchar eol
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user