I've some request for the compiler :
One, not really important, but just wondering : why, in pb, we use the name of "procedure" instead of "function" like in the other basics ? Not important, but i just wanted to know

The other one, much more important, bu Fred already know it i think : I would like to get the possibility to add optionals parameters in a procedure, like in Blitz, and if possible to put it compatible with Tailbite

Code: Select all
Procedure MyFunction (param1,param2,optionalparam=0)
Endprocedure