I have updated the BBC BASIC Console Mode editions (BBCTTY) to version 0.48: The main changes in this version are:
- Support for array slicing has been added, using the syntax array(first TO last) or array(row, first TO last).
- Compound assignment and array arithmetic can now both use the exponentiation operator ^.
- In the default *HEX32 mode, PRINT~ and STR$~ report an error if the value cannot be expressed as 32-bit hex.
- Added median.bbc as a demonstration of array slicing (it implements the Quickselect algorithm).
Statistics: Posted by RichardRussell — Sun Mar 02, 2025 4:38 pm