- Editor: + should delete the current line (or is there any fast way to delete complete lines without marking them first?)
- Editor: How about folding/unfolding Procedures for a better readability?
> Procedure test()
Procedure test()
Print("Test")
test2()
EndProcedure
- Declaring procedures before using them is a strain. A second pass could also be used for optimization purposes. A compiler option could be introduced for this if Fred does not want to slow down his lightning fast compiler

- A new command to quickly initialize a whole array: ArrayFill a(),0
- Local variables are not shown in the debugger
- How do I print out floats? The following example results 2:
a.f = 1.536
Print(Str(a))
- Double precision floats for mathematical stuff
- A compiled program without the debugger option can still be stopped using +. This is useful but is performance not affected by this check?
Sorry if some of these topics were already discussed since I'm new to this forum.
Happy PBing!