Code: Select all
DIM a[10]
This feature doesn't seem to extend to accessing individual array elements - you can't write a[5] = PI for example - so it's a bit of a mystery.
Code: Select all
DIM a[10]
It's hard to imagine how a programmer could 'accidentally' write code to accept an alternative character. It's not as though '(' and '[' are consecutive in the ASCII table, or indeed related in any simple way ('(' is &28, '[' is &5B). Presumably the check for two characters rather than one must actually slow the code down, if only slightly. All that screams 'deliberate' to me.
I'm surprised. It's hugely more popular than my BASICs, not least because it's so much faster.I've never used brandy basic
More than three times faster, on average.Richard Russell wrote: ↑Fri 03 Apr 2026, 18:41 I'm surprised. It's hugely more popular than my BASICs, not least because it's so much faster.
Comparing those two timing lists is instructive, if depressing: every single measurement is slower in BBCSDL than it is in Brandy!