built in statements: while


while:
    description:
        while( condition ):
            statements ...
        end:

        while condition is |yes>, compile and run the given statements

    examples:
    see also:
        if, for, op-for, op-sfor, test-while.sw3

Home