save-next-version
Description:
Saves the current project using the same name as the previous version except with a number at the end, incremented by one each time a new version is saved.
Examples:
If the current project is called Turtles1.slogo, save-next-version
will save the current project as Turtles2.slogo.
Related Commands:
save-project
save-project-as