Posted: Fri Mar 22, 2002 6:18 pm
Restored from previous forum. Originally posted by tinman.
Further to my XOR escapades recently, I have some more things which I
think need to be added to PB.
* Bitwise XOR, bitwise NOT
* Bin command, same as Hex (I know, there is one in an external lib,
but surely it would make more sense if it was in the PB String lib)
* Macros
* Memory allocation routines that are not based on bank numbers
* "CompilerError " command - stops the compiler and shows
the specified error string. Useful for macros and conditional compiler
blocks.
* Linux and Amiga INI libraries - you could use the ini.library on
the Amiga to make it easier
--
It's not minimalist - I'm increasing efficiency by reducing input effort.
Further to my XOR escapades recently, I have some more things which I
think need to be added to PB.
* Bitwise XOR, bitwise NOT
* Bin command, same as Hex (I know, there is one in an external lib,
but surely it would make more sense if it was in the PB String lib)
* Macros
* Memory allocation routines that are not based on bank numbers
* "CompilerError " command - stops the compiler and shows
the specified error string. Useful for macros and conditional compiler
blocks.
* Linux and Amiga INI libraries - you could use the ini.library on
the Amiga to make it easier
--
It's not minimalist - I'm increasing efficiency by reducing input effort.