Call a function: Difference between revisions

Content added Content deleted
m (small edit to partial application examples)
m (Removing category of "Scala exampled needing attention")
Line 1,956: Line 1,956:
=={{header|Scala}}==
=={{header|Scala}}==
{{libheader|Scala}}
{{libheader|Scala}}
[[Category:Scala examples needing attention]]
<lang Scala>def ??? = throw new NotImplementedError // placeholder for implementation of hypothetical methods
<lang Scala>def ??? = throw new NotImplementedError // placeholder for implementation of hypothetical methods
def myFunction0() = ???
def myFunction0() = ???