Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 442 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 442 Bytes

Lua_practice_code

This is the repository in which we will be putting the basic code related to the topics covered in the class. I am putting a list of topics here, the ones which I remember were covered, please add on to it any missing topics by opening a PR.

  1. Distinction between local and global variabal
  2. for loop
  3. while loop
  4. string library
    1. find
    2. reverse
    3. length
  5. math library
  6. if/else
  7. concatination
  8. modules