Activities/Turtle Art/Patching: Difference between revisions
| Line 62: | Line 62: | ||
* I made the change and did some more testing. | * I made the change and did some more testing. | ||
defprim(lc,'sqrt', 1, lambda lc,x: sqrt(x)) | defprim(lc,'sqrt', 1, lambda lc,x: sqrt(x)) | ||
* next | * next, if you are the patch maintainer, "commit" and "push" the patch; otherwise, follow the instructions on the [[DevelopmentTeam/CodeReview]] page. | ||
git-commit -a | git-commit -a | ||
Created commit fa7a12f: new file: images/en/numbers/sqrt.gif | Created commit fa7a12f: new file: images/en/numbers/sqrt.gif | ||