RosettaCodeData/Task/Named-parameters/Objective-C/named-parameters-3.m

3 lines
88 B
Mathematica
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
Demo *example = [[Demo alloc] init];
double h = [example hypotenuseOfX:1.23 andY:3.79];