The Wikipedia snippet below is not backed by a reliable source. Can you find one?
Click I got this! to go to Wikipedia and fix the snippet, or Next! to see another one. Good luck!
In page Commodore 128:
"The C128 has twice the RAM of the C64, a far higher proportion of which is available for BASIC programming, due to the new MMU bank-switching chip. This allows BASIC program code to be stored separately from variables, greatly enhancing the machine's ability to handle complex programs, speeding garbage collection and easing debugging for the programmer. An executing program can be
STOP
ped, its code edited, variable values inspected or altered in direct mode, and program execution resumed with the variable table intact using BASIC'sGOTO
command.[6] Although other BASICs support theCONT
command to restart execution without clearing variables, editing any code causes them to be cleared.[7] Different memory configurations can be loaded using BASIC'sBANK
command.[citation needed]