online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
// deklarujemy listę tablicową z trzema elementami const list = ['1', '2-gi element', '3-ci']; // wyciągamy iterator const it = list[Symbol.iterator](); // zmienna przechowująca aktualną wartość let current = it.next(); // iterujemy tak długo, dopóki nie doszliśmy do końca while (!current.done) { // wypisujemy wartość console.log(current.value); // pobieramy kolejną wartość current = it.next(); }

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue