Arithmetic/Complex: Difference between revisions

Content deleted Content added
Blek (talk | contribs)
No edit summary
Blek (talk | contribs)
Line 3,526:
}
}
static [String]show([Complex]$other) {return $other.show()}
return $other.show()
}
}
$m = [complex]::new(3, 4)