[Implemented] new features
Posted: Sun Feb 09, 2003 6:46 pm
Restored from previous forum. Originally posted by mdkrsta.
After my first days with PB I already found something what I'm missing (I used GFA-BASIC 32 before):
- I want to jump out from For..Next, Repeat..Until and While..Wend using an ExitIf command. Using Goto's is no good style.
- A logical NOT is missing.
- While..Wend is slower than For..Next and Repeat..Until. Why?
- a=a+1 should be faster than a=b+1 because it has one memory access less. Does this matter for the clock cycles of the Intel?
- The Debugger is not checking for array bounds. This would be useful to avoid illegal memory access errors.
- An automatic formatting of the source would be nice.
Anyhow, PB is an affordable and fast compiler for standard applications. Fred, keep up the good work.
After my first days with PB I already found something what I'm missing (I used GFA-BASIC 32 before):
- I want to jump out from For..Next, Repeat..Until and While..Wend using an ExitIf command. Using Goto's is no good style.
- A logical NOT is missing.
- While..Wend is slower than For..Next and Repeat..Until. Why?
- a=a+1 should be faster than a=b+1 because it has one memory access less. Does this matter for the clock cycles of the Intel?
- The Debugger is not checking for array bounds. This would be useful to avoid illegal memory access errors.
- An automatic formatting of the source would be nice.
Anyhow, PB is an affordable and fast compiler for standard applications. Fred, keep up the good work.
