![Powershell Core 6.2 Cookbook](https://wfqqreader-1252317822.image.myqcloud.com/cover/704/36698704/b_36698704.jpg)
上QQ阅读APP看书,第一时间看更新
Read-only and constant variables
On occasion, you might want to use read-only or constant variables in your code. This recipe will show you how to create variables with specific options, such as read-only or constant, and why you would use those. You will also see some important automatic variables that are, incidentally, also constants.