Content deleted Content added
→MUMPS: copy editing |
→Objective-C (Cocoa/GNUstep): copy editing and linking |
||
Line 1,072:
FOR S NAME=$ORDER(^phonebook(NAME)) QUIT:NAME="" WRITE NAME," Phone Number :",^phonebook(NAME),!
===
[[Cocoa (API)|Cocoa]] and [[GNUstep]], written in [[Objective-C]], handle associative arrays using <code>NSMutableDictionary</code> (a mutable version of <code>NSDictionary</code>) class cluster. This class allows assignments between any two objects
<syntaxhighlight lang=ObjC>
|