Jump to content

Input/Output for lines of text: Difference between revisions

added Arturo
(added Arturo)
Line 198:
Pack my Box with 5 dozen liquor jugs
</pre>
=={{header|Arturo}}==
 
<syntaxhighlight lang="arturo">printLine: function [line]-> print line
 
lineCount: to :integer strip input ""
 
do.times:lineCount [
line: input ""
printLine line
]</syntaxhighlight>
 
=={{header|AWK}}==
<syntaxhighlight lang="awk">
1,532

edits

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