top of page
Search

Getting Started

  • Writer: Masihini Team
    Masihini Team
  • May 2, 2018
  • 1 min read



Masihini Lang consists of three main parts, static or global varibles, all global variables must start with the keyword "static" at the start of the program.


Below the global declaration block, here, functions, their parameters and corresponding local functions must be declared, as shown in the example.


At the very end, the static function "run" is mandatory in every piece of code and it is the function from which the program will start execution.

 
 
 

Comments


bottom of page