For example:
$a = “web”
$b = “site”
$($a+$b) = “Reddit”
Instead of:
$website = “Reddit”
submitted by /u/312pm
[link] [comments]
The post Can you name a new variable from another variable? appeared first on How to Code .NET.
For example:
$a = “web”
$b = “site”
$($a+$b) = “Reddit”
Instead of:
$website = “Reddit”
submitted by /u/312pm
[link] [comments]
The post Can you name a new variable from another variable? appeared first on How to Code .NET.