LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

Making a Smile-Tool to Move Around Code

Root / Talk About Programs / [.]

yisroelCreated:
With this new smile-tool that I an making, you can move around user-defined functions and sub-routines. You can move them within programs and into new programs. I believe this would be useful to those who only want part of a library. What do you think?

What do you mean by moving them?

What do you mean by moving them?
I think he means like moving a DEF command to a whole new project. So one program having
DEF POOP
PRINT"POOP
END
And the other having nothing, so you would transfer the DEF command to the empty (or non-empty) project.