A+B: Difference between revisions

93 bytes added ,  14 years ago
added PowerShell
No edit summary
(added PowerShell)
Line 533:
add
out(num)</lang>
 
=={{header|PowerShell}}==
<lang powershell>$a,$b = -split "$input"
[int]$a + [int]$b</lang>
 
=={{header|PureBasic}}==
Anonymous user