Dear Expert,
I have a source code in C++ like this:
{
for (int n=1; n<10; n++) {
cout << n << ", ";
}
cout << "Exit the for loop statement!\n";
How to write this code in abap?
thanks so much
Dear Expert,
I have a source code in C++ like this:
{
for (int n=1; n<10; n++) {
cout << n << ", ";
}
cout << "Exit the for loop statement!\n";
How to write this code in abap?
thanks so much