Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,2 +0,0 @@
|
|||
$s = "abc"
|
||||
$i = 123
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
4 + $foo # yields 4
|
||||
"abc" + $foo + "def" # yields "abcdef"
|
||||
|
|
@ -1 +0,0 @@
|
|||
Get-ChildItem Variable:
|
||||
|
|
@ -1 +0,0 @@
|
|||
Remove-Item Variable:foo
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
Get-Variable # retrieves the value of a variable
|
||||
New-Variable # creates a new variable
|
||||
Set-Variable # sets the value of a variable
|
||||
Clear-Variable # deletes the value of a variable, but not the variable itself
|
||||
Remove-Variable # deletes a variable completely
|
||||
Loading…
Add table
Add a link
Reference in a new issue