PicoMite V6.00.02 release candidates - all versions
Author
Message
TassyJim
Guru
Joined: 07/08/2011
Location: AustraliaPosts: 6506
Posted: 04:51am 07 Jun 2025
Quote
Take some solace in knowing that most BASICs would give you an error for trying to call a SUB that takes parameters without supplying them. MMBasic assumes you'll just do it right. That makes it a lot harder to debug a large program when integers can get out of range without an error and SUBs can be called with missing parameters, among other non-existent checks.
MMBASIC must be better than "most BASICs"
Quote
When calling a subroutine you can supply less than the required number of values and in that case the missing values will be assumed to be either zero or an empty string.
Edited 2025-06-07 14:52 by TassyJim