# 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,

```powershell
Import-Module .\dot.ps1 # Imports dotlang
```

2- use it :)

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

## Full Usage

Check the [GitBook](https://neoapps.gitbook.io/dotlang) for full usage guide

## License

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