for ( i in 1:1000 ) {
    for ( j in 1:5900 ) {
        a = i + j;
    }
}


syntax highlighted by Code2HTML, v. 0.9.1