2 lines
38 B
PowerShell
2 lines
38 B
PowerShell
|
|
$char = [convert]::toChar(0x2f) #=> /
|
|
|
$char = [convert]::toChar(0x2f) #=> /
|