Looking at these two commands, MERGE can just load code from a regular BASIC program into another one.
IMPORT otoh, is reading BASIC text (eg no tokens) from SEQ files.
For being able to use IMPORT on a piece of code, it needs some prep work before.
I understand both commands and how to use them.
But I can‘t see why someone would go through the hassle of preparations for being able to use IMPORT, when MERGE can just work on existing PRG files.
Any enlightenment is highly appreciated, thanks