Pages - Palamecia/mint GitHub Wiki

Pages

  • Arithmetic-operations Operators are used to compute values from literals or variables and create ex...
  • Built-in-types Mint support 13 built-in types: Mint also support user defined types correspo...
  • Control-structures Control structures allow you to execute different parts of a script depending...
  • Function-definition Functions allow you to create a reusable and parameterizable part of the scri...
  • Home
  • Introduction Mint is an object-oriented scripting language. The file extension for a mint ...
  • Type-casting Some operators only work with data of the same type: When data of different t...
  • User-defined-types User-defined types are custom types that allow for the description of custom ...
  • Variables Variables are symbols used to store values. In mint, a variable can be any se...
  • Work-with-modules A script can be split into several files. Each file with the .mn extension is...
  • _Sidebar ## Language reference ## Library reference