Dear Dave and R&D support,
Will there come a successor of PowerBASIC v3.50 for DOS this year.
I’d love to have that the following things are included in the compiler
v OOP
v Three new data types: Boolean, Enum, Short
v Addition of a case variant by records
v A new structured objecttype: classes
v new functions for fileprocessing: Eoln or how can I write it myself?
v The possibility of reading in to the keyboard, all the data types with formatted input.
v More stringfuncitions
v To use installed variables as DIM a AS INTEGER = 15
v A more advanced IDE as in Borland Pascal, would be the best.
v The possibility to use CONST in all compilers in stead of in %
v Use Const in Subs and functions
for example SUB TelAF(CONST BYREF a AS integer bvb)
Yours sincerely
Stephane
Will there come a successor of PowerBASIC v3.50 for DOS this year.
I’d love to have that the following things are included in the compiler
v OOP
v Three new data types: Boolean, Enum, Short
v Addition of a case variant by records
v A new structured objecttype: classes
v new functions for fileprocessing: Eoln or how can I write it myself?
v The possibility of reading in to the keyboard, all the data types with formatted input.
v More stringfuncitions
v To use installed variables as DIM a AS INTEGER = 15
v A more advanced IDE as in Borland Pascal, would be the best.
v The possibility to use CONST in all compilers in stead of in %
v Use Const in Subs and functions
for example SUB TelAF(CONST BYREF a AS integer bvb)
Yours sincerely
Stephane
Comment