Comparison of programming languages (associative array): Difference between revisions

Content deleted Content added
Scala: copy editing
Scala: copy editing
Line 1,714:
</syntaxhighlight>
 
This returns an <code>Option</code> type, Scala's equivalent of athe [[Monad (functional programming)#The Maybe monad|the <code>Maybe</code> monad]] in Haskell.
 
=== [[Smalltalk]] ===