sacalon / sacalon

Sacalon is a general purpose and open source programming language designed to build optimal, maintainable, reliable and efficient software.

Home Page:https://sacalon.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check parameter's type

bistcuite opened this issue · comments

Type of function parameter should checks, if type not defined show error and terminate compilation.

function main(argv[strnig]){
    // Something
}

Note: strnig is incorrect and compiler should shows an error(not implemented).