Jump to content

Input/Output for pairs of numbers: Difference between revisions

m
→‎{{header|Wren}}: Changed to Wren S/H
(added RPL)
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 1,092:
=={{header|Wren}}==
This assumes that both Stdin and Stdout are connected to a terminal.
<syntaxhighlight lang="ecmascriptwren">import "io" for Stdin
 
var output = Fn.new { |pairs| pairs.each { |p| System.print(p[0] + p[1]) } }
9,485

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.