Qbasic: Do While help see. VN?



The author posted a question in Programming

Qbasic: Do While help see. VN? and got a better answer

Response from

Response from 0[+++++]
repeat the condition so far Wow, that's an ancient language you're learning!

Response from 0[+++++]
The DO.LOOP statement is designed to create a loop with a precondition, postcondition, or no condition. Syntax with precondition DO < block_conditions > LOOP statements With postcondition DO statements LOOP < block_conditions > Without condition DO statements LOOP Block condition: WHILE <expression> for positive condition or UNTIL <expression> for negative condition. Within the body of the loop, the EXIT DO operator is allowed For an emergency exit from the loop.

Response from 0[+++++]
i=1 while i<=10 i=i+1 wend

 

To answer the question:

Name*

E-mail:*

Reply text:*
Verification code (enter 22):*