3 lines
56 B
Text
3 lines
56 B
Text
filter add {
|
|
return [int]$args[0] + [int]$args[1]
|
|
}
|
filter add {
|
|
return [int]$args[0] + [int]$args[1]
|
|
}
|