pl_MagicScript
- Details
- Category: Scripting
- Published: Sunday, 19 December 2021 04:59
- Written by Administrator
- Hits: 2487
pl_MagicScript
it's a cross-platform pascal like scripting library, with fast code execution, a small footprint, a large variety of tools and excellent scaling options.
Features
- Cross-platform, NO ASM code, support ALL target OSes.
- Standard language set: variables, constants, procedures, functions (nested functions are allowed) with var/const/default parameters, all the standard operators and statements (including case, try/finally/except, with), types (int, float, bool, char, string, multi-dimensional array, enum, variant), classes (with methods, events, properties, indices and default properties), Records, etc.
- Variant array support.
- OLE support for Windows OS.
- Access to any object inside your application.
- Standard libraries for access to base classes, controls, forms and DB.
- Small footprint (100-200Kb), depending on the modules used.
- Library architecture may easily be extended.
You can explore Units, Functions, Procedures, Classes, etc in our
Source Documentation