/MScript

Primary LanguagePythonMIT LicenseMIT

MScript

v1.0BETA

Documentation

MScript is extremely similiar to Python in syntax and features; however, there are some differences:

  • def -> func
  • and -> &
  • or -> |
  • match -> switch

There is two versions of print: `println` and `print`.
`println` Automatically prints a value on a newline
`print` Prints very value on the same line