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