I want to make my VM smarter to sup****t user-defined types and
strings/arrays. In this case, heap allocation needs to become
part of my virtual machine's instruction set.
With that said, how would someone implement storing the string
"Test" in a variable and append the string "!" to the "Test"
string so the result of the variable originally holding "Test"
is now "Test!".
TIA,
Chris