badapplebob
Programmer
Hello everyone,
Recently I saw some code in the C-Specs that had
DO *HIVAL
some code...
ENDDO
And I was confused as to why and how this would work.
Is it similar to the construct in C where you have
for(;
{ if 1=1
break;
}
Any ideas would be much appreciated!!
Thanks,
Bob
Recently I saw some code in the C-Specs that had
DO *HIVAL
some code...
ENDDO
And I was confused as to why and how this would work.
Is it similar to the construct in C where you have
for(;
{ if 1=1
break;
}
Any ideas would be much appreciated!!
Thanks,
Bob