Quote Originally Posted by mister_e View Post
mmpff, to me it doesn't make sense at all to do so, this will just suck juice where it shouldn't need to.
I guess my main thing is that I can put the whole thing into one command.
Instead of this:
lcdpx = 10
lcdpy = 10
string = "assuming PBP could handle strings anyways"
forecolor = 5
backcolor = 0

I get this:
@ printstr "10,10,printstr can handle this string after all,5,0"

Might not save any code space, but I can see it saving some sanity...