Ezhil-Language-Foundation / Ezhil-Lang

எழில் - ஒரு தமிழ் நிரலாக்க மொழி; தமிழ் மாணவர்களுக்கு இது முதல்முறை கணிப்பொறி நிரல் ஏழுத உதவும் (Ezhil, is a fun Tamil programming language for K-12).
http://ezhillang.org/
GNU General Public License v3.0
170 stars 46 forks source link

Language feature - import statement #77

Open arcturusannamalai opened 9 years ago

arcturusannamalai commented 9 years ago

Develop a new language feature - import statement. This is similar to Python/Java where code modularization can help software to be better managed.

  1. உள்ளடக்கு, or சேர்க்க sound like good keywords to have.
  2. Alternative implementation can introduce a builtin function instead.