New emacspeak tutorail: arrays

master
Tait Hoyem 3 years ago
parent 1d1d13d831
commit 06c39980ba

@ -0,0 +1,13 @@
---
title: "Arrays in C"
layout: emacspeak_tutorial
yt_link: "https://youtu.be/JdOmV2V4dzs"
zip_link: "/assets/emacspeak-tutorials/arrays.zip"
---
Arrays are sequential collections of objects of the same type (mostly).
Arrays and for loops are natural pairs.
Check out my [resources on loops](/emacspeak-tutorials/loops/) in conjunction with this video.
Hopefully everything was explained alright.
Let me know if not.
Loading…
Cancel
Save