adiahuja07 / Lua_practise_code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About