What are various loop types supported by Rexx?

devquora
devquora

Posted On: Feb 22, 2018

 

Rexx supports do loop, do-while loop and do-until loop. Do loop is used to execute a statement for a given number of times. The do-while loop is used to stimulate the simple while loop which is present in other programming languages. Do-until loop exits when the condition is false.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Rexx Interview Questions

    What is Uni-REXX?

    Uni-REXX is a UNIX implementation of Rexx programming language which offers rich sets of functions that are particularl..

    Rexx Interview Questions

    Enlist the features of Rexx as a programming language.

    Following are the few features of Rexx-Rexx language has a very simple syntax format. Rexx can support multiple functi..

    Rexx Interview Questions

    Does Uni-Rexx give me any capabilities designed specifically for the UNIX environment?

    Rexx offers a rich set of functions other than the standard language features. These functions are designed specificall..