Programming Reference: DO LOOP WHILE and DO LOOP UNTIL

1 view
Skip to first unread message

Charlie Veniot

unread,
Nov 6, 2022, 12:04:39 PM11/6/22
to BASIC Anywhere Machine Bug Reports

OOPS and ARG !!!

I had the syntax for both of these wrong.

The documentation was erroneous, previously showing:
  • DO LOOP /code-block/ WHILE /condition/
  • DO LOOP /code-block/ UNTIL /condition/
And is now correctly showing:
  • DO /code-block/ LOOP WHILE /condition/
  • DO /code-block/ LOOP UNTIL /condition/
Reply all
Reply to author
Forward
0 new messages