A+B: Difference between revisions

Content added Content deleted
(→‎{{header|Euler}}: Sybntax highlight with Mediawiki markup)
m (→‎{{header|Sidef}}: updated code)
Line 5,273: Line 5,273:


More idiomatically:
More idiomatically:
<syntaxhighlight lang="ruby">say read(String).words»to_i»()«+»</syntaxhighlight>
<syntaxhighlight lang="ruby">say read(String).words»to_i()»«+»</syntaxhighlight>


Explicit summation:
Explicit summation: