typedef int errorDatatype;
typedef int int32;
typedef int undefined;
typedef unsigned int uint;
typedef float numeric;
#define HIGH true
#define LOW false
/************* BEGIN Transcripted SubNode function definitions ************/
/************* END Transcripted SubNode function definitions ************/
void setup() {
int wire_16;
errorDatatype wire_17;
int const_9 = 9600;
wire_16 = const_9;
Serial.begin(wire_16);
/* LEFT TUNNELs declarations */
//tunnel declaration, if connected to wire also assignement
errorDatatype tunnel_1 = wire_17;
/* END LEFT TUNNELs declarations */
//inside loop wires declaration
String wire_18; // generated
String wire_14; // generated
int wire_13; // generated
errorDatatype wire_12; // generated
int wire_15; // generated
errorDatatype wire_11; // generated
for (int forLoopIterator_0 = 0; forLoopIterator_0 < 5; forLoopIterator_0++){
wire_12 = tunnel_1;
/*code inside FOR LOOP */
int const_7 = 1000;
wire_15 = const_7;
String const_4 = "hello world ";
wire_18 = const_4;
wire_14 = String(forLoopIterator_0);
//wire_13 = wire_18 + wire_14;
//wire_13 = String("aa") + String(" bb");
Serial.println(forLoopIterator_0);
delay(wire_15);
} /* END FOR LOOP */
}
void loop() {
/* generated code is in setup() */
}