Skip to content

Add Lists Tutorial

Hi there! I worked in a Lists tutorial, which covers:

  • How to use: appending and getting data at an index
  • Removing an item from a list
  • Iterating over a list: for, foreach and list.foreach loops
  • Inserting a value with a sort function
  • Also Useful:
    • strcmp as sort function

Merge request reports