Version =  alambik .version .get  (  )  
                           
Description :

This instruction returns the version number for the Alambik Script language (for example, 4.00).

Return Value :

  • The version string is formatted as "MM.mm" : "4.00"
         A 1- or 2-digit number for the major version.
         A 2 digit number for the minor version.

Examples :