You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Near var__name__="__main__" there's a random var (that has to be removed manually and subsituted with a comma). Any idea on why does this happen? Am I using the compiler wrong? Thanks
The text was updated successfully, but these errors were encountered:
compiles to
(function(){"use strict";function ՐՏ_Iterable(iterable){var tmp;if(iterable.constructor===[].constructor||iterable.constructor==="".constructor||(tmp=Array.prototype.slice.call(iterable)).length){return tmp||iterable}if(Set&&iterable.constructor===Set){return Array.from(iterable)}return Object.keys(iterable)}(function(){var __name__="__main__"var ՐՏitr1,ՐՏidx1;;var array,item;array=["oof","lol","test","jip"];ՐՏitr1=ՐՏ_Iterable(array);for(ՐՏidx1=0;ՐՏidx1<ՐՏitr1.length;ՐՏidx1++){item=ՐՏitr1[ՐՏidx1];console.log(item)}})();})();
Near
var__name__="__main__"
there's a random var (that has to be removed manually and subsituted with a comma). Any idea on why does this happen? Am I using the compiler wrong? ThanksThe text was updated successfully, but these errors were encountered: