We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I get the following error (on cup and with ./coco)
Code: i = 0; x = [1 to i] Coco: ReferenceError: returni is not defined As the contrary, LS:
i = 0; x = [1 to i]
ReferenceError: returni is not defined
var i, x; i = 0; x = [1, 2, 3];