> For the complete documentation index, see [llms.txt](https://neoapps.gitbook.io/dotlang/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://neoapps.gitbook.io/dotlang/readme.md).

# 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
