Input/Output for lines of text: Difference between revisions

m (syntax highlighting fixup automation)
Line 685:
}
}</syntaxhighlight>
 
=={{header|jq}}==
The following works for both the C and the Go implementations of jq.
<pre>
jq -Rr 'limit(tonumber; inputs)'
</pre>
 
=={{header|Julia}}==
2,442

edits