top of page
Search
  • Writer's pictureMasihini Team

Getting Started




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.

1 view0 comments

Comments


bottom of page