You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

482 B

language library title layout yt_link zip_link
C Standard Functions in C emacspeak_tutorial https://youtu.be/UV-xmgS3qhc /assets/emacspeak-tutorials/functions.zip

Functions allow us to modularize our programs into many small parts. Of course if we need to do something once at the start of our program, and once again at the end, it will be rather inconvenient to copy and paste all our code all the time.

Hope everything makes sense. If not, let me know.