😎dotlang

a powerful cross-platform Superset for Powershell that extends the functionality of the native PowerShell language. It introduces new features, syntax enhancements, and additional functionalities to make scripting and automation tasks more efficient and effective.

Example

1- import dotlang,

Import-Module .\dot.ps1 # Imports dotlang

2- use it :)

printTxt("Hi I'm dotlang!"); # semicolon (;) is optional.

Full Usage

Check the GitBook for full usage guide

License

This code is licensed under the MIT License. check LICENSE.TXT for more info

Last updated