string.concat
MaxGraey opened this issue · 3 comments
MaxGraey commented
string.concat $e : [stringref, stringref] -> [stringref]
Is there any reason not to implement this method?
dcodeIO commented
I guess we'll also need other very basic instructions like concat, yeah.
MaxGraey commented
btw concat is unicode-independent operation.
dcodeIO commented
Added a note that string.concat and others may also be desirable :)