mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-01 04:20:39 +02:00
Fix backtick that was messing up syntax highlighting on powershell.
This commit is contained in:
@@ -74,7 +74,7 @@ $aHashtable = @{name1='val1'; name2='val2'}
|
|||||||
# Using variables:
|
# Using variables:
|
||||||
echo $aString
|
echo $aString
|
||||||
echo "Interpolation: $aString"
|
echo "Interpolation: $aString"
|
||||||
echo "`$aString has length of $($aString.Length)"
|
echo "$aString has length of $($aString.Length)"
|
||||||
echo '$aString'
|
echo '$aString'
|
||||||
echo @"
|
echo @"
|
||||||
This is a Here-String
|
This is a Here-String
|
||||||
|
Reference in New Issue
Block a user