Skip to content

maifeeulasad/guishap

Repository files navigation

guishap - জনসাধারন সুলভ বাংলা প্রোগ্রামিং ল্যাঙ্গুয়েজ

  • Variable Declaration :
    • Just Declaration :
    সংখ্যা x;
    স্ট্রিং x;
    
    • Declaration & Initialization :
    সংখ্যা x = 123;
    স্ট্রিং x = "123";
    ধ্রুবক সংখ্যা x = 123;
    ধ্রুবক স্ট্রিং x =  "123";
    সংখ্যা x = y;
    স্ট্রিং x = y;
    ধ্রুবক সংখ্যা x = y;
    ধ্রুবক স্ট্রিং x = y;
    
  • Mathematical Operations :
todo : add code, 4 operations in different rules
  • String Operations :
todo : add code, 2 operations in different rules

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published