mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-14 06:48:46 +02:00
Added 'Set-ScrictMode'
This commit is contained in:
@ -8,6 +8,8 @@
|
||||
|
||||
param([String]$Text)
|
||||
|
||||
Set-StrictMode -Version Latest
|
||||
|
||||
function BigA() { param([Int]$Row)
|
||||
switch($Row) {
|
||||
1 { return " __ " }
|
||||
|
Reference in New Issue
Block a user