Multiple distinct objects: Difference between revisions

Content deleted Content added
→‎{{header|D}}: add implementation
Rdm (talk | contribs)
J
Line 182:
return (replicate n x)
</lang>
 
=={{header|J}}==
<lang J>i.</lang>
 
J almost always uses pass-by-value, so this topic is not very relevant to J.
 
=={{header|Java}}==