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.
1- import dotlang,
Import-Module .\dot.ps1 # Imports dotlang
2- use it :)
printTxt("Hi I'm dotlang!"); # semicolon (;) is optional.
Check the GitBook for full usage guide
This code is licensed under the MIT License. check LICENSE.TXT for more info