It'd be great if both the Do and the Loop could simultaneously have optional While or Until clauses, eg:
Call it a win for logical consistency. ?
Bonus: one-up on most other languages.
B4X:
Do 'no need for extraneous While True (or Until False ?)
Loop
B4X:
Do Until A = B
Loop
B4X:
Do
Loop While A = B
and I know you'll just love this one two:
Do Until EOF
Loop While Count < Maximum
Call it a win for logical consistency. ?
Bonus: one-up on most other languages.