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
Thanks. I was just trying to migrate to coco from coffee and didn't found a clear syntax reference. These discrepancies led me to think that it wasn't working properly. I think if there could be more documentation adoption could be improved. Is there a way to help for the novice in this respect?
cat|coco -bps
I = (x) -> x
[Function]
Output should be:
(function(){
var I;
I = function(x){
return x;
};
}).call(this);
~
The text was updated successfully, but these errors were encountered: