thwill
 Guru
 Joined: 16/09/2019 Location: United KingdomPosts: 4365 |
| Posted: 08:32am 06 Aug 2024 |
|
|
|
Hi folks,
@electricat, historically MMBasic was limited to ~128 commands and ~128 functions due to how it tokenises hence we have INC but not DEC.
The latest PicoMite betas no longer have this limitation for commands, though it is still present for functions, so in theory Peter could add DEC, though I personally wouldn't use it unless backported to the CMM2 + MMB4W
The SUB solution is very inefficient, as I'm sure @phil99 knows, but I will admit it looks prettier.
Best wishes,
Tom |