diff --git a/it1-in.lang0 b/it1-in.lang0 index 09f280d..d2a965d 100644 --- a/it1-in.lang0 +++ b/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