06-29-2025, 11:58 AM
I maybe dreaming in the wrong language here.
Consider I want to increment a variable by 1:
QB64pe way x=x+1
dreaming x=+1
x=+1 is closer to C than the official quick basic language, but can it be made to work as a way in QB64pe ? Would it be worthwhile ??? Or am I just strange ????
I use a lot of variables to act as pointers, arrays and such.
Consider I want to increment a variable by 1:
QB64pe way x=x+1
dreaming x=+1
x=+1 is closer to C than the official quick basic language, but can it be made to work as a way in QB64pe ? Would it be worthwhile ??? Or am I just strange ????
I use a lot of variables to act as pointers, arrays and such.

