#1✎ 3yisroelWith 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?
Posted
#2✎ 411MZ952Intermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthThird YearMy account is over 3 years oldWebsiteReadingI like to read books!HobbiesWhat do you mean by moving them?
Posted
#3✎ 88Jacklack3DrawingI like to draw!HobbiesDay PersonI like the warm sunshine and wake up early!Express YourselfVideo GamesI like to play video games!Hobbies
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.
Posted