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

3 lines
88 B
Mathematica
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Demo *example = [[Demo alloc] init];
double h = [example hypotenuseOfX:1.23 andY:3.79];