Releases: ArticOff/PotatoLang
Releases · ArticOff/PotatoLang
v2.1.1a
- Added a module, system (with functions like "system" and "python")
- Optimization
v2.1.0
- The function creation is finished (the args and the module)
- Added a new error, fileError
- Optimization
v2.1.0a
- Added a feature to create a function
- Added an error, returnError.
- Added a new built-in variable,
__MAIN__
.
- Adding parameters in the terminal (-c, -h, -m, -v)
- Optimization...
v2.0.5
- Addition of built-in variables
- Addition of a new error, mathError
- Rebuild of the error handler
- Overall improvement of variables